mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 20:01:17 +03:00
1.1 KiB
1.1 KiB
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 | # INVALID TEST: The following test has an invalid encoding. |
9 | # When ModR/M byte has R/M=100 (ESP), a SIB byte is required. |
10 | # OR r/m32, r32 (opcode 09) |
11 | # OR r32, r/m32 (opcode 0B) |