mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
1.7 KiB
1.7 KiB
| 1 | # Miscellaneous instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # NOP - No Operation |
| 5 | # INT - Call to Interrupt Procedure |
| 6 | # INT3 - Breakpoint |
| 7 | # INTO - Call to Interrupt Procedure if Overflow Flag is Set |
| 8 | # IRET/IRETD - Return from Interrupt |
| 9 | # CPUID - CPU Identification |
| 10 | # RDTSC - Read Time-Stamp Counter |
| 11 | # HLT - Halt |
| 12 | # WAIT/FWAIT - Wait |
| 13 | # LOCK prefix |
| 14 | # IN - Input from Port |
| 15 | # OUT - Output to Port |