Function stop

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

Stop opcode. This opcode halts the execution.