| |
Case
Registered: Aug 2002 Posts: 142 |
KickAssembler & Crimson editor
Can anyone please help me to get kickassembler working with crimson editor, the reason is that although relaunch is pretty good, everytime i assemble my code, it always launch's winvice and it does not save the code in the same folder as the source code.
All i want todo is enter the code, assemble the code (to check for errors) and then when i'm ready ... test the code using an emulator.
If someone can tell me how to get relaunch to assemble my code and save it in the same folder and not to launch vice then that would be great. |
|
| |
Slammer
Registered: Feb 2004 Posts: 416 |
Try this:
|
| |
Case
Registered: Aug 2002 Posts: 142 |
It works, many thanks for the help here and also for the actual assembler, it looks to be the business. I hope that i can make use of some of its awesome features. |
| |
viper Account closed
Registered: Feb 2005 Posts: 17 |
How can i autorun compiled file in vice ???
Edit: Problem resolved :)
Tools->Preferences->Tools->User tools->Argument and you must write something like this ...
"-autostart $(FileTitle).prg" |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
this editor looks hot. is it free? |
| |
Case
Registered: Aug 2002 Posts: 142 |
Its is and I now have a syntax file for 6502 assembly. Works really well.
pm me if you'd like it. |
| |
Bones99
Registered: May 2005 Posts: 30 |
Quote: Its is and I now have a syntax file for 6502 assembly. Works really well.
pm me if you'd like it.
Where did you get the syntax highlighters?
I had to compile my own.
I've built up a whole suite of tools in crimson including crunching, transferring (rr-net) and compiling with cc65 :)
|
| |
viper Account closed
Registered: Feb 2005 Posts: 17 |
Why kick assembler fails when source file is for example in this location "C:\Documents and Settings\Karol\Pulpit\source.asm" ?
Kick assembler simply can't find a file. Is it a bug or a feature :) like bill gates said :D
|
| |
Case
Registered: Aug 2002 Posts: 142 |
Quote: Where did you get the syntax highlighters?
I had to compile my own.
I've built up a whole suite of tools in crimson including crunching, transferring (rr-net) and compiling with cc65 :)
I googled for it, tried several websites and then found one that works.
also, just want to say a big thanks to tlr/cosine for pointing me towards this editor. |
| |
Slammer
Registered: Feb 2004 Posts: 416 |
Quote: Why kick assembler fails when source file is for example in this location "C:\Documents and Settings\Karol\Pulpit\source.asm" ?
Kick assembler simply can't find a file. Is it a bug or a feature :) like bill gates said :D
My guess is that you are you run kick assembler like this:
java -jar KickAss.jar C:\Documents and Settings\Karol\Pulpit\source.asm
The spaces in the path makes it several arguments. If you want to give a pathname with spaces then use "" like this:
java -jar KickAss.jar "C:\Documents and Settings\Karol\Pulpit\source.asm"
|
| |
Case
Registered: Aug 2002 Posts: 142 |
Quote: My guess is that you are you run kick assembler like this:
java -jar KickAss.jar C:\Documents and Settings\Karol\Pulpit\source.asm
The spaces in the path makes it several arguments. If you want to give a pathname with spaces then use "" like this:
java -jar KickAss.jar "C:\Documents and Settings\Karol\Pulpit\source.asm"
Or you could add the initialdir option in the compiler settings. |
... 3 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |