summaryrefslogtreecommitdiff
path: root/development/fasm/slack-desc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-17 19:07:33 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-22 08:23:01 +0700
commit1691770678adc4c079896515752372c967db3381 (patch)
tree663ebaf803c864fbbfb8ad6b8abf3d3768d8208f /development/fasm/slack-desc
parentac15ff9befdc1efd5089cc30431eb07635400dab (diff)
downloadslackbuilds-1691770678adc4c079896515752372c967db3381.tar.gz
development/fasm: Added (fast assembler for x86/x86_64).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fasm/slack-desc')
-rw-r--r--development/fasm/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/fasm/slack-desc b/development/fasm/slack-desc
new file mode 100644
index 0000000000..1a9df84ad3
--- /dev/null
+++ b/development/fasm/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 ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+fasm: fasm (fast assembler for the x86 and x86-64 architectures)
+fasm:
+fasm: The flat assembler (abbreviated to fasm, intentionally stylized
+fasm: with lowercase letters) is a fast assembler running in a variety
+fasm: of operating systems, in continued development since 1999. It was
+fasm: designed primarily for the assembly of x86 instructions and it
+fasm: supports x86 and x86-64 instruction sets with extensions like MMX,
+fasm: 3DNow!, SSE up to SSE4, AVX, AVX2, XOP, and AVX-512. It can produce
+fasm: output in plain binary, MZ, PE, COFF or ELF format.
+fasm:
+fasm: