Author Topic: Assembler programming on the C128  (Read 2090 times)

0 Members and 1 Guest are viewing this topic.

Offline Stephane Richard

  • C64 user
  • *****
  • Posts: 278
  • Location: Upstate NY
  • Activity:
    0%
  • Reputation: 1
  • With us since: 29/09/2006
    YearsYearsYearsYearsYearsYearsYears
    • View Profile
    • http://www.symbioticsoftware.net
Assembler programming on the C128
« on: October 02, 2006, 05:37 AM »
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

  • Guest
Assembler programming on the C128
« Reply #1 on: October 04, 2006, 02:43 PM »
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.

Offline Stephane Richard

  • C64 user
  • *****
  • Posts: 278
  • Location: Upstate NY
  • Activity:
    0%
  • Reputation: 1
  • With us since: 29/09/2006
    YearsYearsYearsYearsYearsYearsYears
    • View Profile
    • http://www.symbioticsoftware.net
Assembler programming on the C128
« Reply #2 on: October 04, 2006, 06:26 PM »
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

  • Guest
Assembler programming on the C128
« Reply #3 on: October 07, 2006, 09:18 AM »
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.

 



Back to top