SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
devel/fasm/pkg/DESCR
Normal file
8
devel/fasm/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
The flat assembler is a fast and efficient self-assembling x86
|
||||
assembler for DOS, Windows and Linux operating systems. Currently it
|
||||
supports x86 and x86-64 instructions sets with MMX, 3DNow!, SSE up to
|
||||
SSE4, AVX, AVX2 and XOP extensions, can produce output in plain
|
||||
binary, MZ, PE, COFF or ELF format. It includes the powerful but easy
|
||||
to use macroinstruction support and does multiple passes to optimize
|
||||
the instruction codes for size. The flat assembler is self-compilable
|
||||
and the complete source code is included.
|
9
devel/fasm/pkg/PLIST
Normal file
9
devel/fasm/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@bin bin/fasm
|
||||
share/doc/fasm/
|
||||
share/doc/fasm/fasm.txt
|
||||
share/doc/fasm/libcdemo/
|
||||
share/doc/fasm/libcdemo/ccall.inc
|
||||
share/doc/fasm/libcdemo/libcdemo.asm
|
||||
share/doc/fasm/license.txt
|
||||
share/doc/fasm/readme.txt
|
||||
share/doc/fasm/whatsnew.txt
|
Loading…
Add table
Add a link
Reference in a new issue