mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-24 08:28:07 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
5 lines
186 B
NASM
5 lines
186 B
NASM
bits 64
|
|
|
|
db 0xF2, 0x0F, 0x01, 0xC6 ; RDMSRLIST
|
|
db 0xF3, 0x0F, 0x01, 0xC6 ; WRMSRLIST
|
|
db 0x0F, 0x01, 0xC6 ; WRMSRNS |