release 1.73.16

This commit is contained in:
Tomasz Grysztar 2019-08-04 11:33:16 +02:00
parent d0b757c2af
commit 520bc76004
3 changed files with 8 additions and 2 deletions

View file

@ -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]

View file

@ -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

View file

@ -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.