mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-19 16:08:02 +03:00
Added detailed comments explaining x86 ModR/M special cases: 1) Mod=00 and R/M=101 (EBP) for displacement-only addressing, 2) Mod=00 and R/M=100 (ESP) for SIB byte requirement
This commit is contained in:
@ -26,7 +26,8 @@ FF21;[{ "Type": "Jmp", "Operands": ["dword ptr [ecx]"] }]
|
||||
FF22;[{ "Type": "Jmp", "Operands": ["dword ptr [edx]"] }]
|
||||
FF23;[{ "Type": "Jmp", "Operands": ["dword ptr [ebx]"] }]
|
||||
FF24;[{ "Type": "Jmp", "Operands": ["dword ptr [esp]"] }]
|
||||
FF25;[{ "Type": "Jmp", "Operands": ["dword ptr [ebp]"] }]
|
||||
|
||||
# FF25;[{ "Type": "Jmp", "Operands": ["dword ptr [ebp]"] }]
|
||||
FF26;[{ "Type": "Jmp", "Operands": ["dword ptr [esi]"] }]
|
||||
FF27;[{ "Type": "Jmp", "Operands": ["dword ptr [edi]"] }]
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
Reference in New Issue
Block a user