mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
6cf0eb1b1a
PR: ports/100459 Submitted by: Peter Johnson <johnson.peter@gmail.com>
9 lines
459 B
Plaintext
9 lines
459 B
Plaintext
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
|
|
(some portions are currently under the GNU Lesser General Public License
|
|
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
|
|
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32,
|
|
and Win64 object formats, and generates source debugging information in
|
|
STABS, DWARF 2, and CodeView 8 formats.
|
|
|
|
WWW: http://www.tortall.net/projects/yasm/
|