Jan Kratochvil
Projects Products GIT Resume Contact
Projects
UNIX UNIX-devel Web Amiga MS-Windows MS-DOS Patches

 

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.


 

Specifically it will care about: equ operation, dc.b strings, ; comments, $ for hex-radix, % for bin-radix, local labels, : for label termination.

 


EOF