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