1999-06-11 02:13:26 +02:00
|
|
|
Intel2gas is a small text parser that can convert assembler source
|
2002-03-02 20:37:53 +01:00
|
|
|
written in Intel (nasm) syntax to AT&T (gas) syntax. And nowadays
|
|
|
|
more often also the other way.
|
1999-06-11 02:13:26 +02:00
|
|
|
|
|
|
|
The program does minimal error checking and does not understand the
|
2002-03-02 20:37:53 +01:00
|
|
|
text it's converting. It just tries to find matches from its syntax
|
1999-06-11 02:13:26 +02:00
|
|
|
database.
|
|
|
|
|
2002-03-02 20:37:53 +01:00
|
|
|
WWW: http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/
|