http://www.pagetable.com/?p=46
When I try to compile (Windows 10), I get these errors:
Code: Select all
> c:\tmp\cc65\bin\ca65.exe -D microtan msbasic.s -o c:\tmp\microtan.o
memory.s(139): Error: Range error (-9 not in [0..255])
inline.s(118): Error: Unexpected trailing garbage characters
inline.s(133): Error: Unexpected trailing garbage characters
poke.s(118): Error: Unexpected trailing garbage characters
float.s(777): Error: Range error (-4 not in [0..255])
float.s(1451): Error: Range error (-9 not in [0..255])
init.s(85): Error: Unexpected trailing garbage characters
init.s(443): Error: Unexpected trailing garbage characters
Apparently, I'm not the only one according to an Ubuntu user.
I'm more familiar with KickAssembler and never really worked with CC65.
Any suggestions on what I need to do? I haven't altered anything.
Thanks