mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
add tons of tests
This commit is contained in:
15
X86DisassemblerTests/TestData/fnstsw_tests.csv
Normal file
15
X86DisassemblerTests/TestData/fnstsw_tests.csv
Normal file
@ -0,0 +1,15 @@
|
||||
# FNSTSW instruction tests
|
||||
# Format: RawBytes;Instructions
|
||||
RawBytes;Instructions
|
||||
|
||||
# FNSTSW AX - Store FPU status word in AX without checking for pending unmasked exceptions
|
||||
DFE0;[{ "Type": "Fnstsw", "Operands": ["ax"] }]
|
||||
|
||||
# FSTSW AX - Store FPU status word in AX
|
||||
9BDFE0;[{ "Type": "Fstsw", "Operands": ["ax"] }]
|
||||
|
||||
# FSTSW m2byte - Store FPU status word to memory
|
||||
9BDD3C25;[{ "Type": "Fstsw", "Operands": ["word ptr [eax]"] }]
|
||||
|
||||
# FNSTSW m2byte - Store FPU status word to memory without checking for pending unmasked exceptions
|
||||
DD3C25;[{ "Type": "Fnstsw", "Operands": ["word ptr [eax]"] }]
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
Reference in New Issue
Block a user