Eight Bit
Hardcore Member
Hi all,
I picked up programming 6502 assembly again and I got Relaunch64 ( http://www.popelganda.de/relaunch64.html ) to run on my Pandora for that purpose.Yay!
When I start Relaunch from within Canseco's C64 toolkit command line, I can use the ACME compiler in that to compile my code into a file that I can run in a C64 emulator. This all works great!
Now the thing is.. I can add some lines to the compile script to make it automatically start the compiled program in an emulator. Now of course I have Vice PND installed but that has a couple run scripts and programs inside. I can't just pnd_run it.
What I tried, was to just have Vice's C64 emulator running already and add the folowing line to the script in relaunch64: /mnt/utmp/vice/bin/x64 OUTFILE
which was supposed to start the created program in the emu. At least I thought it would. It appeared this does not work as I get an error that X64 can't find the c64 kernel rom which is weird because I already have an instance of x64 running fine. Also it's a bit messy because I have to start the emulator manually. It would be nicer if the script could handle that. The question now is, how do I start the C64 emu that's inside the pnd along with some other emulators (c16, vic20, c128, pet etc) with OUTFILE behind it to specify which program it has to start with from a command line or Relaunch64 compile script..
I hope someone knows the answer
Cheers and thanks!
8
I picked up programming 6502 assembly again and I got Relaunch64 ( http://www.popelganda.de/relaunch64.html ) to run on my Pandora for that purpose.Yay!
When I start Relaunch from within Canseco's C64 toolkit command line, I can use the ACME compiler in that to compile my code into a file that I can run in a C64 emulator. This all works great!
Now the thing is.. I can add some lines to the compile script to make it automatically start the compiled program in an emulator. Now of course I have Vice PND installed but that has a couple run scripts and programs inside. I can't just pnd_run it.
What I tried, was to just have Vice's C64 emulator running already and add the folowing line to the script in relaunch64: /mnt/utmp/vice/bin/x64 OUTFILE
which was supposed to start the created program in the emu. At least I thought it would. It appeared this does not work as I get an error that X64 can't find the c64 kernel rom which is weird because I already have an instance of x64 running fine. Also it's a bit messy because I have to start the emulator manually. It would be nicer if the script could handle that. The question now is, how do I start the C64 emu that's inside the pnd along with some other emulators (c16, vic20, c128, pet etc) with OUTFILE behind it to specify which program it has to start with from a command line or Relaunch64 compile script..
I hope someone knows the answer
Cheers and thanks!
8