mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-12 06:42:38 +00:00
![BITDEFENDER\vlutas](/assets/img/avatar_default.png)
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
4 lines
191 B
NASM
4 lines
191 B
NASM
bits 32
|
|
|
|
db 0x0F, 0x18, 0x38 ; NOP dword ptr [eax]
|
|
db 0x0F, 0x18, 0x3D, 0x90, 0x90, 0x90, 0x90 ; NOP dword ptr [0x90909090] |