I've found the perfect 68k + z80 assembler.

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
Count SymphoniC
Very interested
Posts: 149
Joined: Sat Nov 17, 2012 3:58 am

I've found the perfect 68k + z80 assembler.

Post by Count SymphoniC » Sat Jul 25, 2015 5:09 am

It's time for me to make a contribution to the forum.

About the assembler... The hugest plus is that you can use it to assemble 68k and z80 code in one go WITHOUT needing to include pre assembed binaries. I tested this with success. The preprocessor seems to be compatible with multiple different types of directives. It's open source and can be found here http://xi6.com/projects/asmx/

It's called "asmx" and appears to be an all in one solution to retro cpu architectures for all you asm gurus out there. Linux users will need to comment out a line in the makefile before it will build. All in all, I'm replacing snasm68k with asmx. :)

POLYGAMe
Very interested
Posts: 151
Joined: Sun Apr 14, 2013 1:19 am
Location: Auckland, New Zealand
Contact:

Re: I've found the perfect 68k + z80 assembler.

Post by POLYGAMe » Wed Jan 06, 2016 1:59 am

Wow, cool! Now I just need to learn ASM. Haha. *google 68k ASM tutorials*

Post Reply