Files
parkan-playground/X86DisassemblerTests/TestData/cmp_tests.csv
T
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)