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