You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bddisasm_test/special/long_64.asm

9 lines
340 B

bits 64
xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD
db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
; This is invalid, as its more than 15 bytes long.
db 0x66
xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD
db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90