| |
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. |
|
... 3 posts hidden. Click here to view all posts.... |
| |
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. |
| |
viper Account closed
Registered: Feb 2005 Posts: 17 |
Slammer & Case. Thanks for help. I was tired when i was writing that post and i didn't tought that 'document and setting' could mean three arguments...:) |
| |
spindizzy Account closed
Registered: Feb 2007 Posts: 18 |
Hi,
does somebody know if there is a list of good user tools and macros to download ?
thx
Spindizzy
|
| |
spindizzy Account closed
Registered: Feb 2007 Posts: 18 |
Which is the Sytax File for 6502 / 6510 on the Crimson Home ?
Spindizzy |
Previous - 1 | 2 - Next |