diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:53:42 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:53:42 +0200 |
commit | 6eabebf801251e6e47e3fc7f5cb933a82227909c (patch) | |
tree | b6699e82a6313a42265c242585fd00e18dad4884 /development/yasm/README | |
parent | 80823352c1fc8c16b4ef0f3ff949aab0c0255b98 (diff) | |
download | slackbuilds-6eabebf801251e6e47e3fc7f5cb933a82227909c.tar.gz |
development/yasm: Added to 12.1 repository
Diffstat (limited to 'development/yasm/README')
-rw-r--r-- | development/yasm/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/yasm/README b/development/yasm/README new file mode 100644 index 0000000000..ef62a35d29 --- /dev/null +++ b/development/yasm/README @@ -0,0 +1,7 @@ +Yasm is a complete rewrite of the NASM assembler under the "new" +BSD License (some portions are under other licenses, see COPYING +for details). Yasm currently supports the x86 and AMD64 instruction +sets, accepts NASM and GAS assembler syntaxes, outputs binary, +ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and +Win64 object formats, and generates source debugging information +in STABS, DWARF 2, and CodeView? 8 formats. |