This program converts assembler source from intel (NASM), to AT&T (gas)
syntax. It is FREE SOFTWARE under the terms of the GNU General Public
License (GPL), enclosed in the file 'COPYING'.
1. What's this?
Intel2gas is a small text parser that can convert assembler source
written in intel syntax to at&t syntax. And nowadays more often also
the other way.
The program does minimal error checking and does not understand the
text it's converting. It's just tries to find matches from its syntax
database.
2. Bug reports:
You are encouraged to send any bug reports, suggestions and comments to
the author.
3. Thanks:
brn for creating a need for this tool
G. Adam Stanislav for helpping with the commandline