mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-08 04:42:42 +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.
28 lines
488 B
NASM
28 lines
488 B
NASM
bits 32
|
|
|
|
call dword [eax]
|
|
call eax
|
|
db 0x64
|
|
call dword [eax]
|
|
db 0x64
|
|
call eax
|
|
db 0x3E
|
|
call dword [eax]
|
|
db 0x3E
|
|
call eax
|
|
db 0x3E, 0x2E
|
|
call dword [eax]
|
|
db 0x3E, 0x2E
|
|
call eax
|
|
db 0x2E, 0x3E
|
|
call dword [eax]
|
|
db 0x2E, 0x3E
|
|
call eax
|
|
db 0x3E, 0x64
|
|
call dword [eax]
|
|
db 0x3E, 0x64
|
|
call eax
|
|
db 0x64, 0x3E
|
|
call dword [eax]
|
|
db 0x64, 0x3E
|
|
call eax |