pub fn opcode_operand_width(op: u8, code: &[u8], ip: usize) -> usize
Operand byte width after the opcode byte. Single source of truth — all bytecode traversal functions must use this.