0 Members and 1 Guest are viewing this topic.
OK, I want to learn z80 assembly, but TASM isn't compatible with my shiny amd64 laptop.And it is OLD.Are there better assemblers out there?PS: I've used some NASM for Linux, so that one would be great
Why do you prefer Spasm?And can DoorsCS7 compile assemble non-DCS programs?
brass needs mono on Linux, spasm for medo I need an include file other than ti83plus.inc?
I don't need other files for no-stub programsDo you have a .bat script to talk to it? Too lazy to write it myself...
spasm somefile.z80 somefile.8xp
cd Desktop/MyAwesomeASMProjectspasm somefile.z80 somefile.8xp
include "bla.asm"include "bla2.asm"...program goes here...
all:[tab]spasm somefile.z80 somefile.8xp
should I update from 2.53MP to 2.55MP?