pub fn opcode_to_name(op: u8) -> Option<&'static str>
Converts an opcode value to its name (e.g., 0x76 -> “OP_DUP”).