0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 20:01:17 +03:00
2025-04-17 20:06:18 +03:00

922 B

1# TEST instruction tests
2# Format: RawBytes;Instructions
3RawBytes;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