pub fn stop<H>(interpreter: &mut Interpreter, _host: &mut H)where H: Host + ?Sized,
Stop opcode. This opcode halts the execution.