mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
696 B
696 B
| 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 |