mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-12 18:38:55 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
6 lines
324 B
NASM
6 lines
324 B
NASM
bits 64
|
|
|
|
db 0x66, 0x0F, 0x38, 0xF8, 0x07 ; MOVDIR64B [rdi], [rax]
|
|
db 0x0F, 0x38, 0xF9, 0x00 ; MOVDIRI dword ptr [rax], eax
|
|
db 0xF2, 0x0F, 0x38, 0xF8, 0x00 ; ENQCMD [rax], zmmword ptr [rax]
|
|
db 0xF3, 0x0F, 0x38, 0xF8, 0x00 ; ENQCMDS [rax], zmmword ptr [rax] |