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

885 B

1# CMP instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# CMP r/m8, imm8 (opcode 80 /7)
5# CMP r/m32, imm32 (opcode 81 /7)
6# CMP r/m32, imm8 (opcode 83 /7)
7# CMP with memory operands
8# CMP r/m32, r32 (opcode 39)
9# CMP r32, r/m32 (opcode 3B)