Page 1 of 1

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

Posted: Sat Jul 25, 2015 5:09 am
by Count SymphoniC
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. :)

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

Posted: Wed Jan 06, 2016 1:59 am
by POLYGAMe
Wow, cool! Now I just need to learn ASM. Haha. *google 68k ASM tutorials*