mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-07-02 04:50:27 +03:00
tests and handler fixes
This commit is contained in:
@ -26,8 +26,8 @@ DCFF;[{ "Type": "Fdiv", "Operands": ["ST(7)", "ST(0)"] }]
|
||||
# Memory operands
|
||||
D8342510000000;[{ "Type": "Fdiv", "Operands": ["dword ptr [0x10]"] }]
|
||||
DC342510000000;[{ "Type": "Fdiv", "Operands": ["qword ptr [0x10]"] }]
|
||||
D83425;[{ "Type": "Fdiv", "Operands": ["dword ptr [eax]"] }]
|
||||
DC3425;[{ "Type": "Fdiv", "Operands": ["qword ptr [eax]"] }]
|
||||
D830;[{ "Type": "Fdiv", "Operands": ["dword ptr [eax]"] }]
|
||||
DC30;[{ "Type": "Fdiv", "Operands": ["qword ptr [eax]"] }]
|
||||
|
||||
# FDIVP - Divide floating point values and pop
|
||||
DEF8;[{ "Type": "Fdivp", "Operands": ["ST(0)", "ST(0)"] }]
|
||||
@ -42,5 +42,5 @@ DEFF;[{ "Type": "Fdivp", "Operands": ["ST(7)", "ST(0)"] }]
|
||||
# FIDIV - Divide integer by floating point
|
||||
DA342510000000;[{ "Type": "Fidiv", "Operands": ["dword ptr [0x10]"] }]
|
||||
DE342510000000;[{ "Type": "Fidiv", "Operands": ["word ptr [0x10]"] }]
|
||||
DA3425;[{ "Type": "Fidiv", "Operands": ["dword ptr [eax]"] }]
|
||||
DE3425;[{ "Type": "Fidiv", "Operands": ["word ptr [eax]"] }]
|
||||
DA30;[{ "Type": "Fidiv", "Operands": ["dword ptr [eax]"] }]
|
||||
DE30;[{ "Type": "Fidiv", "Operands": ["word ptr [eax]"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 7 and column 9.
|
Reference in New Issue
Block a user