mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 03:41:18 +03:00
894 B
894 B
1 | # ADC instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # ADC r/m8, imm8 (opcode 80 /2) |
5 | # ADC r/m32, imm32 (opcode 81 /2) |
6 | # ADC r/m32, imm8 (opcode 83 /2) |
7 | # ADC with memory operands |
8 | # ADC r/m32, r32 (opcode 11) |
9 | # ADC r32, r/m32 (opcode 13) |