mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Fixes to tests and ModRM + SIB
This commit is contained in:
@ -4,7 +4,7 @@ RawBytes;Instructions
|
||||
04AA;[{ "Type": "Add", "Operands": ["al", "0xAA"] }]
|
||||
80C1AA;[{ "Type": "Add", "Operands": ["cl", "0xAA"] }]
|
||||
8000AA;[{ "Type": "Add", "Operands": ["byte ptr [eax]", "0xAA"] }]
|
||||
805310AA;[{ "Type": "Add", "Operands": ["byte ptr [ebx+0x10]", "0xAA"] }]
|
||||
804310AA;[{ "Type": "Add", "Operands": ["byte ptr [ebx+0x10]", "0xAA"] }]
|
||||
00D8;[{ "Type": "Add", "Operands": ["al", "bl"] }]
|
||||
0018;[{ "Type": "Add", "Operands": ["byte ptr [eax]", "bl"] }]
|
||||
0218;[{ "Type": "Add", "Operands": ["bl", "byte ptr [eax]"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 4 and column 9.
|
Reference in New Issue
Block a user