A2I: syntax translator

What is A2I ?

A2I is an utility which can translate assembly files in AT&T syntax (.S files produces by gcc for example) to NASM syntax.
Now you can mix 16 and 32 bits code with gcc and Nasm. It can be useful for demos or OS.
A2I supports most of GAS's intructions, you can translate everything except code with math instructions (Math is not yet supported).

Download

Download A2I 0.4: a2i.zip (50KB): sources (C and bison), binaries for DOS (DPMI) and quick documentation (with a pmode example for A2I).


Send me your comments: Pascal Lacroix (placr@hotmail.com)