mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
fixes to FPU tests
This commit is contained in:
@ -10,8 +10,7 @@ DFE0;[{ "Type": "Fnstsw", "Operands": ["ax"] }]
|
||||
|
||||
# FSTSW m2byte - Store FPU status word to memory
|
||||
9BDD38;[{ "Type": "Fstsw", "Operands": ["word ptr [eax]"] }]
|
||||
9BDD3C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp]"] }]
|
||||
9BDD3C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp]"] }]
|
||||
9BDD3C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp+0x00]"] }]
|
||||
9BDD3B;[{ "Type": "Fstsw", "Operands": ["word ptr [ebx]"] }]
|
||||
9BDD39;[{ "Type": "Fstsw", "Operands": ["word ptr [ecx]"] }]
|
||||
9BDD3A;[{ "Type": "Fstsw", "Operands": ["word ptr [edx]"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
@ -10,8 +10,8 @@ DFE0;[{ "Type": "Fnstsw", "Operands": ["ax"] }]
|
||||
|
||||
# FSTSW m2byte - Store FPU status word to memory
|
||||
9BDD38;[{ "Type": "Fstsw", "Operands": ["word ptr [eax]"] }]
|
||||
9BDD3C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp]"] }]
|
||||
9BDD7C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp]"] }]
|
||||
9BDD3C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp+0x00]"] }]
|
||||
9BDD7C24;[{ "Type": "Fstsw", "Operands": ["word ptr [esp+0x00]"] }]
|
||||
9BDD3B;[{ "Type": "Fstsw", "Operands": ["word ptr [ebx]"] }]
|
||||
9BDD39;[{ "Type": "Fstsw", "Operands": ["word ptr [ecx]"] }]
|
||||
9BDD3A;[{ "Type": "Fstsw", "Operands": ["word ptr [edx]"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
Reference in New Issue
Block a user