freebsd-ports/lang/intel2gas/pkg-descr
Steve Price 5532507d34 Initial import of intel2gas version 1.2.
Converts Intel assembly language (nasm) to AT&T syntax (gas).

PR:		11672
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
1999-06-11 00:13:26 +00:00

18 lines
770 B
Plaintext

intel2gas 1.2 (c)1999 Mikko Tiihonen (mikko.tiihonen@hut.fi)
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'.
----------------------------------------------------------------------------
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 just tries to find matches from its syntax
database.
You are encouraged to send any bug reports, suggestions and comments to
the author.
FreeBSD port by G. Adam Stanislav <adam@whizkidtech.net>