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

9 lines
207 B
NASM
Raw Normal View History

2024-08-13 05:15:34 -04: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