Update to fasm 1.71.22. From MAINTAINER.
Tested on i386. Changes to DESCR by me.
This commit is contained in:
parent
e2a81bd0c3
commit
ed05755278
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/10/23 07:26:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2014/11/09 01:05:36 juanfra Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = i386
|
||||
|
||||
COMMENT = flat assembler
|
||||
DISTNAME = fasm-1.67.29
|
||||
REVISION = 1
|
||||
DISTNAME = fasm-1.71.22
|
||||
CATEGORIES = devel lang
|
||||
HOMEPAGE = http://flatassembler.net/
|
||||
MAINTAINER = Dmitri Alenichev <mitya@rockers.su>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (fasm-1.67.29.tar.gz) = Evke0Mg2YaQqv1aOxHrZ6A==
|
||||
RMD160 (fasm-1.67.29.tar.gz) = 41ZcTFpNuoSZ/2mtTQ/viK90xK0=
|
||||
SHA1 (fasm-1.67.29.tar.gz) = BbfLawNmfuKETjCkFDH1hzSQdK0=
|
||||
SHA256 (fasm-1.67.29.tar.gz) = xI4Muk1Aw5KgNBFNUjL6PturWwJWHjWaxHzZApJu8hI=
|
||||
SIZE (fasm-1.67.29.tar.gz) = 206952
|
||||
SHA256 (fasm-1.71.22.tar.gz) = D8U/zOuGOupn2w2ncOqqn4xvLUodA6/AHYIYWD7y+vc=
|
||||
SIZE (fasm-1.71.22.tar.gz) = 250218
|
||||
|
@ -1,8 +1,8 @@
|
||||
The flat assembler is a fast and efficient self-assembling 80x86
|
||||
The flat assembler is a fast and efficient self-assembling x86
|
||||
assembler for DOS, Windows and Linux operating systems. Currently it
|
||||
supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3
|
||||
and 3DNow! extensions and x86-64 (both AMD64 and EM64T) instructions,
|
||||
can produce output in 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 full source code is included.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user