slackbuilds/development/fasm
B. Watson 1691770678
development/fasm: Added (fast assembler for x86/x86_64).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-22 08:23:01 +07:00
..
README development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00
fasm.1 development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00
fasm.SlackBuild development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00
fasm.info development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00
fasm.rst development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00
slack-desc development/fasm: Added (fast assembler for x86/x86_64). 2022-01-22 08:23:01 +07:00

README

fasm (fast assembler for the x86 and x86-64 architectures)

The flat assembler (abbreviated to fasm, intentionally stylized
with lowercase letters) is a fast assembler running in a variety
of operating systems, in continued development since 1999. It was
designed primarily for the assembly of x86 instructions and it
supports x86 and x86-64 instruction sets with extensions like MMX,
3DNow!, SSE up to SSE4, AVX, AVX2, XOP, and AVX-512. It can produce
output in plain binary, MZ, PE, COFF or ELF format.