| |
null Account closed
Registered: Jun 2006 Posts: 645 |
crossassembling
Since I have a laptop running Win2k now, I was looking for a crossassembler... but all I can find are tools to convert a .txt file to a c64 understandable format...(atleast, that's what I think they do...o.O)
Isn't there some kind of complete package running under Win2k, like you have Turbo Assambler on the c64?
and if there isn't... START CODING!!! =P
...nah, just kidding... in that case, I'd like to hear an easy solution for coding on a PC.
Cheers,
Knoeki. |
|
... 35 posts hidden. Click here to view all posts.... |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
Quote: ok, that one is understandable... but everytime I assamble & run, I get a VICE error, saying something about a commandline option... I can't read the whole error, as there is too much text in the window >_<;
/knoeki
Relaunch is an editor and not a cross-compiler.
I guess that explains it.
For starters, look at Mace's reply and leave that Kick Assembler alone for a year or so (ie. it is not recommended for n00bs). |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
I know it's not a cross compiler, that's why I have DASM hooked up to it, so I can compile it... the problem is that VICE gives me this damned error...o.O;
something like this:
"Extra arguments on command-line" followed by the dir where I compile to... |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
rtfm? |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
yeah, I got it to work, thanks to scout pointing out that I should "Read The Fine/Fucking/Fantastic/Fabulous Manual" ^_^
/knoeki |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
\:D/ |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
Just one more small question:
what should the start adress of my code be? f.ex:
*=$1000
or something like that...
and which SYS code do I use in VICE to run the actual code?
/knoeki |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
*=$1000 is good for a start
sys4096 is teh secret start line :) |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
Quote: *=$1000 is good for a start
sys4096 is teh secret start line :)
Might be me, but it doesn't work...o.O this is what I do:
step 1 (Code):
*=$1000
inc $d020
jmp $1000
step 2:
Press the Assamble and start source button... this opens Vice.
step 3:
SYS4096
when I do that, the screen is just cleared, and I get the well known READY. message...o.o
Am I overlooking something? |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
step 2.5 : does it load your program? |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
good point... doesn't quite look like it...o.O;
/knoeki |
Previous - 1 | 2 | 3 | 4 | 5 - Next |