pub trait OpcodeBase: Send + Sync { // Required method fn range(&self) -> (u32, u32); }
Opcode range aligned to 24 bits.