Function stop
pub fn stop<WIRE, H>(interpreter: &mut Interpreter<WIRE>, _host: &mut H)
Expand description
Stop opcode. This opcode halts the execution.
pub fn stop<WIRE, H>(interpreter: &mut Interpreter<WIRE>, _host: &mut H)
Stop opcode. This opcode halts the execution.