Macro encode_opcode

Source
macro_rules! encode_opcode {
    ($n:expr) => { ... };
}
Expand description

Encode an integer as a bitmask for the opcode.