mot2as: Convert Motorola to AT&T/GNU assembler syntax
Do you need to compile under UNIX assembly sources for Motorola 68k family
of processors? You have probably already found out that original Motorola
syntax is not suitable for GNU assembler which uses a bit different (AT&T
style) syntax. Using this very simple program you can convert between these two.
Summary | Convert Motorola to AT&T/GNU assembler syntax |
License | Public Domain |
State | Ready to use. Maintained. |
Download | mot2as.c (3859B) |
Sponsorship | Princip, a.s. |
Programming language | C |
Specifically it will care about: equ
operation, dc.b
strings,
;
comments, $
for hex-radix, %
for bin-radix,
local labels, :
for label termination.
EOF