Since we are talking about 8502 assembler (that's what's in the 128 right?
Basically, I'm wondering if there's a one stop integrated system (asembler/compiler) available, which one would you guys recommend that is truely the best (for now, 128 only, I don't want to start GEOS coding in assembly just yet, maybe never, maybe I'll make my own GEOS ;-) ).? as well as what reference I would need to take on this.
I like TASS which is a PC cross compiler. Do it in any PC text editor and run TASS on it. Link is done, assembly is done. SYS to the starting point and youre off and running.
TASS huh? I tried to find it on our best friend google ;-). I wasn't lucky...do you happen to have a direct link to TASS?
Yep sure :
http://taboo.eu.org/download/
Its actually a pretty good compiler. I have also some source code for various things, like disk IO and such. Collected via web searches. Let me know if you need anything.