release 1.73.04

This commit is contained in:
Tomasz Grysztar 2018-04-30 18:21:52 +02:00
parent 142adcf9e9
commit 261c913b2e
4 changed files with 403 additions and 398 deletions

792
FASM.TXT

File diff suppressed because it is too large Load diff

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.03"
VERSION_STRING equ "1.73.04"
VERSION_MAJOR = 1
VERSION_MINOR = 73

View file

@ -6321,7 +6321,7 @@ bndstx_instruction:
mib_place_index:
mov bl,[address_register]
xor cl,cl
or al,al
or bl,bl
jz bnd_mib_ok
inc cl
bnd_mib_ok:

View file

@ -2,6 +2,11 @@
Visit http://flatassembler.net/ for more information.
version 1.73.04 (Apr 30, 2018)
[-] Fixed a bug in "bndstx"/"bndldx" special address syntax processing.
version 1.73.03 (Apr 15, 2018)
[+] Added "rdpid", "xsavec", "xsaves", "xrstors", "clzero", "monitorx" and "mwaitx"