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