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