mirror of
https://github.com/tgrysztar/fasm
synced 2026-08-26 00:23:06 -04:00
release 1.73.04
This commit is contained in:
parent
142adcf9e9
commit
261c913b2e
4 changed files with 403 additions and 398 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue