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

1.1 KiB

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