t7x/deps/udis86/tests/asm/64/intel/invalid.asm

9 lines
207 B
NASM
Raw Normal View History

2023-12-06 17:43:39 -05:00
;; Test intel specific instructions in 64bit mode
[bits 64]
;; yasm doesn't seem to support a mode for intel
;; specific instructions
db 0x0f, 0x34 ; sysenter
db 0x0f, 0x35 ; sysexit