1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/converters/ta2as/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

16 lines
607 B
Plaintext

This simple tool reads a source file with TASM syntax and converts it
to AT&T syntax.
The AT&T syntax is widely used by GNU tools, in particular the GAS(AS)
interpreter and GCC compiler.
The TASM syntax is used by many commercial compilers and disassemblers,
ie. NASM, MASM, Visual Studio or IDA Pro.
Ta2As can automate most of the conversion, but it still isn't perfect
- some correction have to be made manually before the code compiles.
This tool was originally written by Frank van Dijk and released by
SPiRiT group; this is continuation of his work, although not much of
the original code remains.