mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-09-04 09:41:54 +04:00
889 B
889 B
| 1 | # SUB instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # Register-to-register SUB |
| 5 | # Register-to-memory SUB |
| 6 | # Memory-to-register SUB |
| 7 | # Immediate-to-register SUB (32-bit immediate) |
| 8 | # Immediate-to-memory SUB (32-bit immediate) |
| 9 | # Small immediate SUB (8-bit immediate) |
| 10 | # Sign-extended immediate SUB (8-bit immediate sign-extended to 32-bit) |