mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-11-05 23:54:00 +03:00
1.1 KiB
1.1 KiB
| 1 | # SHR instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # SHR r/m8, 1 (opcode D0 /5) |
| 5 | # SHR r/m32, 1 (opcode D1 /5) |
| 6 | # SHR r/m8, CL (opcode D2 /5) |
| 7 | # SHR r/m32, CL (opcode D3 /5) |
| 8 | # SHR r/m8, imm8 (opcode C0 /5) |
| 9 | # SHR r/m32, imm8 (opcode C1 /5) |
| 10 | # SHR with memory operands (fixed) |