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