Function invalid

pub fn invalid<WIRE, H>(interpreter: &mut Interpreter<WIRE>, _host: &mut H)
where WIRE: InterpreterTypes, H: Host + ?Sized,
Expand description

Invalid opcode. This opcode halts the execution.