mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-26 17:38:09 +00:00
8 lines
155 B
NASM
8 lines
155 B
NASM
|
bits 64
|
||
|
|
||
|
xbegin near $
|
||
|
xtest
|
||
|
xabort 0
|
||
|
xend
|
||
|
db 0xF2, 0x0F, 0x01, 0xE8 ; XSUSLDTRK
|
||
|
db 0xF2, 0x0F, 0x01, 0xE9 ; XRESLDTRK
|