summaryrefslogtreecommitdiffstats
path: root/yasm
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-16 08:56:07 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-16 08:56:07 +0000
commit232b42cbb258e8abb14fe889fe526e5f3bae9133 (patch)
tree4306f1802c191d3a70298d8f00356101c732e3a4 /yasm
parent17c960ab69b4f892e79fb835810c05bd14d60b62 (diff)
downloadasb-232b42cbb258e8abb14fe889fe526e5f3bae9133.tar.gz
asb-232b42cbb258e8abb14fe889fe526e5f3bae9133.tar.xz
Initial revision
Diffstat (limited to 'yasm')
-rw-r--r--yasm/build/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/yasm/build/slack-desc b/yasm/build/slack-desc
new file mode 100644
index 00000000..fc28253f
--- /dev/null
+++ b/yasm/build/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+yasm: yasm (complete rewrite of the NASM assembler)
+yasm:
+yasm: Yasm is a complete rewrite of the NASM assembler under the "new" BSD
+yasm: License (some portions are under other licenses, see COPYING for
+yasm: details). Yasm currently supports the x86 and AMD64 instruction sets,
+yasm: accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
+yasm: 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats,
+yasm: and generates source debugging information in STABS, DWARF 2, and
+yasm: CodeView 8 formats.
+yasm:
+yasm: yasm home: http://www.tortall.net/projects/yasm/