Assembler programming on the C128

Started by Stephane Richard, October 02, 2006, 06:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stephane Richard

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.
When God created light, so too was born, the first Shadow!

MystikShadows

xlar54

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.

Stephane Richard

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?
When God created light, so too was born, the first Shadow!

MystikShadows

xlar54

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.