| |
QuasaR
Registered: Dec 2001 Posts: 145 |
Relaunch64 and CC65
Hi there!
I'm playing around with different crossdev-tools and stumbled over Relaunch64 (a nice text-editor with syntax-highlighting) and the assembler of CC65. Does anybody has experiences with knows how to compile and autostart a source-code without using the DOS-window. My only solution at the moment is to compile first with ca65 and then link with ld65 or am I doing something wrong?! |
|
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
You can also use cl65 (compile and link):
cl65 -o foo.prg main.s irq.s blaha.s
|
| |
Puterman Account closed
Registered: Jan 2002 Posts: 188 |
Use a makefile or a small script. |