Codebase list fasm / b0106a5
New upstream version 1.73.16 Tomasz Buchert 4 years ago
5 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
Binary diff not shown
Binary diff not shown
399399 shr ah,4
400400 cmp ah,5
401401 jne invalid_operand
402 and al,111b
402403 or al,al
403404 jz invalid_operand
404 and al,111b
405405 mov [mask_register],al
406406 or [vex_required],20h
407407 lods byte [esi]
3232 ; cannot simply be copied and put under another distribution licence
3333 ; (including the GNU Public Licence).
3434
35 VERSION_STRING equ "1.73.15"
35 VERSION_STRING equ "1.73.16"
3636
3737 VERSION_MAJOR = 1
3838 VERSION_MINOR = 73
00
11 Visit http://flatassembler.net/ for more information.
2
3
4 version 1.73.16 (Aug 04, 2019)
5
6 [-] Corrected a mistake in AVX-512 mask parsing that led to "{k0}" mask being
7 erroneously accepted.
28
39
410 version 1.73.15 (Aug 01, 2019)