mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
insns.dat: Bring back rax for 64 bit mode of MONITORX
Previously in d3be3380170 i ripped off @rax but this is due to misinterpretation of https://sourceware.org/ml/binutils/2015-06/msg00041/mwaitx.patch so move it back. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
d3be338017
commit
138e3f6699
@ -800,6 +800,7 @@ MONITOR void [ 0f 01 c8] PRESCOTT
|
||||
MONITOR reg_eax,reg_ecx,reg_edx [---: 0f 01 c8] PRESCOTT,NOLONG,ND
|
||||
MONITOR reg_rax,reg_ecx,reg_edx [---: 0f 01 c8] X64,ND
|
||||
MONITORX void [ 0f 01 fa] AMD
|
||||
MONITORX reg_rax,reg_ecx,reg_edx [---: 0f 01 fa] X64,AMD,ND
|
||||
MONITORX reg_eax,reg_ecx,reg_edx [---: 0f 01 fa] AMD,ND
|
||||
MONITORX reg_ax,reg_ecx,reg_edx [---: 0f 01 fa] AMD,ND
|
||||
MOV mem,reg_sreg [mr: 8c /r] 8086,SW
|
||||
|
Loading…
x
Reference in New Issue
Block a user