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