Lines 1-8
Link Here
|
1 |
YASM is a complete rewrite of the NASM assembler under the "new" BSD License |
1 |
YASM is a complete rewrite of the NASM assembler under the "new" BSD License |
2 |
(some portions are currently under the GNU Lesser General Public License |
2 |
(some portions are currently under the GNU Lesser General Public License |
3 |
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts |
3 |
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts |
4 |
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32, |
4 |
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O |
5 |
and Win64 object formats, and generates source debugging information in |
5 |
(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source |
6 |
STABS, DWARF 2, and CodeView 8 formats. |
6 |
debugging information in STABS, DWARF 2, and CodeView 8 formats. |
7 |
|
7 |
|
8 |
WWW: http://www.tortall.net/projects/yasm/ |
8 |
WWW: http://www.tortall.net/projects/yasm/ |