Function instruction_table
pub const fn instruction_table<WIRE, H>() -> [for<'a> fn(&'a mut Interpreter<WIRE>, &'a mut H); 256]
Expand description
Returns the instruction table for the given spec.
pub const fn instruction_table<WIRE, H>() -> [for<'a> fn(&'a mut Interpreter<WIRE>, &'a mut H); 256]
Returns the instruction table for the given spec.