Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: skurk on May 14, 2007, 09:25:04 AM

Title: Open-source 68k assembler for *nix?
Post 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?
Title: Re: Open-source 68k assembler for *nix?
Post by: SamuraiCrow on May 14, 2007, 12:13:31 PM
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.
Title: Re: Open-source 68k assembler for *nix?
Post by: MastaTabs on May 14, 2007, 12:24:30 PM
How about this one ?

vasm (http://sun.hasenbraten.de/vasm/)
Title: Re: Open-source 68k assembler for *nix?
Post by: skurk on May 14, 2007, 01:20:02 PM
Quote

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! :)