mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 03:41:18 +03:00
1.4 KiB
1.4 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 | # TODO: LOCK prefix |
14 | # IN - Input from Port |
15 | # OUT - Output to Port |