0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 03:41:18 +03:00
2025-04-15 22:20:46 +03:00

928 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