Welcome, Guest. Please login or register.

Author Topic: Open-source 68k assembler for *nix?  (Read 2682 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline skurkTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 929
    • Show only replies by skurk
Open-source 68k assembler for *nix?
« 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?
Code 6502 asm or... DIE!!

[C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Open-source 68k assembler for *nix?
« Reply #1 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.
 

Offline MastaTabs

  • Jr. Member
  • **
  • Join Date: Dec 2005
  • Posts: 75
    • Show only replies by MastaTabs
    • http://www.sophisticated-development.de/
Re: Open-source 68k assembler for *nix?
« Reply #2 on: May 14, 2007, 12:24:30 PM »
How about this one ?

vasm

Offline skurkTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 929
    • Show only replies by skurk
Re: Open-source 68k assembler for *nix?
« Reply #3 on: May 14, 2007, 01:20:02 PM »
Quote

MastaTabs wrote:
How about this one ?

vasm


Excellent!  Compiled it and did some tests; so far it looks perfect for my needs.

Thanks! :)
Code 6502 asm or... DIE!!

[C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1