iw7-mod/deps/udis86/tests/asm/64/amd/invalid.asm

8 lines
182 B
NASM
Raw Normal View History

2024-08-13 05:15:34 -04:00
;; Test amd specific 64bit instructions
[bits 64]
;; Invalid instructions in amd 64bit mode
db 0x0f, 0x34 ; sysenter (invalid)
db 0x0f, 0x35 ; sysexit (invalid)