You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Opcode with opcode extension, op1 r/m32, op2 imm8
case 0x83:
// Immediate: 1 byte. ModR/M: 1 byte. = 2 bytes.
// Plus what ModR/M specifies op 1 to be.
extra = modrmbytes(op1, op2) + 2;
break;
The text was updated successfully, but these errors were encountered:
Potential fix:
The text was updated successfully, but these errors were encountered: