0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 03:41:18 +03:00

1.1 KiB

1# ROL instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# ROL r/m8, 1 (opcode D0 /0)
5# ROL r/m32, 1 (opcode D1 /0)
6# ROL r/m8, CL (opcode D2 /0)
7# ROL r/m32, CL (opcode D3 /0)
8# ROL r/m8, imm8 (opcode C0 /0)
9# ROL r/m32, imm8 (opcode C1 /0)
10# ROL with memory operands (fixed)