define_instruction

Macro define_instruction 

Source
macro_rules! define_instruction {
    ($name:ident, $opcode:expr, $contents:expr) => { ... };
}