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

883 B

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