mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
1.9 KiB
1.9 KiB
| 1 | # Flag control instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # STC - Set Carry Flag |
| 5 | # CLC - Clear Carry Flag |
| 6 | # CMC - Complement Carry Flag |
| 7 | # STD - Set Direction Flag |
| 8 | # CLD - Clear Direction Flag |
| 9 | # STI - Set Interrupt Flag |
| 10 | # CLI - Clear Interrupt Flag |
| 11 | # SAHF - Store AH into Flags |
| 12 | # LAHF - Load Flags into AH |
| 13 | # Flag instructions with prefixes (should be ignored by disassembler) |
| 14 | # Operand size override prefix |
| 15 | # Address size override prefix |
| 16 | # LOCK prefix (invalid but should be parsed) |