Files
parkan-playground/X86DisassemblerTests/TestData/fstsw_tests.csv
T

3.1 KiB

1# FSTSW/FNSTSW instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# FNSTSW AX - Store FPU status word in AX without checking for pending unmasked exceptions
5# FSTSW AX - Store FPU status word in AX
6# FSTSW m2byte - Store FPU status word to memory
7# FNSTSW m2byte - Store FPU status word to memory without checking for pending unmasked exceptions
8# FSTSW/FNSTSW with displacement
9# FSTSW/FNSTSW with SIB addressing
10# FSTSW/FNSTSW with segment override prefixes