Amiga.org
Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: skurk on May 14, 2007, 09:25:04 AM
-
I need one that compiles on most unices (in my case, Linux and MacOSX)
It would be awesome if it can compile old Asm-One sources without any modifications.
Any recommendations, or do I have to write one myself?
-
I think there was an assembler for the GNU Compiler Collection (GCC) called GAS that was open-source. As for being able to recompile ASM-One sources, I think it used a different notation for its opcodes.
-
How about this one ?
vasm (http://sun.hasenbraten.de/vasm/)
-
MastaTabs wrote:
How about this one ?
vasm (http://sun.hasenbraten.de/vasm/)
Excellent! Compiled it and did some tests; so far it looks perfect for my needs.
Thanks! :)