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