mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 03:41:18 +03:00
2.4 KiB
2.4 KiB
1 | # CMP instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # CMP r/m8, imm8 (opcode 80 /7) |
5 | # CMP AL, imm8 (opcode 3C) |
6 | # CMP r/m32, imm32 (opcode 81 /7) |
7 | # CMP EAX, imm32 (opcode 3D) |
8 | # CMP r/m32, imm8 (opcode 83 /7) |
9 | # CMP r/m8, r8 (opcode 38) |
10 | # CMP r8, r/m8 (opcode 3A) |
11 | # CMP r/m32, r32 (opcode 39) |
12 | # CMP r32, r/m32 (opcode 3B) |
13 | # CMP with memory operands |
14 | # not recognized by ghidra or online disasms |
15 | # not recognized by ghidra or online disasms |