1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-09 11:11:24 +04:00
Files
parkan-playground/X86DisassemblerTests/TestData/fnstsw_tests.csv
2025-04-15 22:20:46 +03:00

587 B

1# 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