mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-10-28 20:34:05 +03:00
922 B
922 B
| 1 | # TEST instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # TEST r/m8, imm8 (opcode F6 /0) |
| 5 | # TEST r/m32, imm32 (opcode F7 /0) |
| 6 | # TEST r/m8, r8 (opcode 84) |
| 7 | # TEST r/m32, r32 (opcode 85) |
| 8 | # TEST with memory operands |