mirror of
https://github.com/tgrysztar/fasm
synced 2026-08-26 00:23:06 -04:00
release 1.73.16
This commit is contained in:
parent
d0b757c2af
commit
520bc76004
3 changed files with 8 additions and 2 deletions
|
|
@ -400,9 +400,9 @@ avx_instruction:
|
|||
shr ah,4
|
||||
cmp ah,5
|
||||
jne invalid_operand
|
||||
and al,111b
|
||||
or al,al
|
||||
jz invalid_operand
|
||||
and al,111b
|
||||
mov [mask_register],al
|
||||
or [vex_required],20h
|
||||
lods byte [esi]
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
; cannot simply be copied and put under another distribution licence
|
||||
; (including the GNU Public Licence).
|
||||
|
||||
VERSION_STRING equ "1.73.15"
|
||||
VERSION_STRING equ "1.73.16"
|
||||
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 73
|
||||
|
|
|
|||
|
|
@ -2,6 +2,12 @@
|
|||
Visit http://flatassembler.net/ for more information.
|
||||
|
||||
|
||||
version 1.73.16 (Aug 04, 2019)
|
||||
|
||||
[-] Corrected a mistake in AVX-512 mask parsing that led to "{k0}" mask being
|
||||
erroneously accepted.
|
||||
|
||||
|
||||
version 1.73.15 (Aug 01, 2019)
|
||||
|
||||
[+] Added "movdiri", "movdir64b" instructions and GFNI instruction set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue