pub fn name_to_opcode(name: &str) -> Option<u8>
Converts an opcode name (e.g., “OP_DUP”) to its numeric value.