mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 13:38:07 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
7 lines
262 B
NASM
7 lines
262 B
NASM
bits 64
|
|
|
|
db 0xf3, 0x0f, 0x01, 0xec ; uiret
|
|
db 0xf3, 0x0f, 0x01, 0xed ; testui
|
|
db 0xf3, 0x0f, 0x01, 0xee ; clui
|
|
db 0xf3, 0x0f, 0x01, 0xef ; stui
|
|
db 0xf3, 0x0f, 0xc7, 0xf1 ; senduipi rcx |