Skip to main content

opcode_operand_width

Function opcode_operand_width 

Source
pub fn opcode_operand_width(op: u8, code: &[u8], ip: usize) -> usize
Expand description

Operand byte width after the opcode byte. Single source of truth — all bytecode traversal functions must use this.