pub fn exec_pop(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)Expand description
EXEC.POP: Pops the EXEC stack. This may be thought of as a “DONT” instruction.
pub fn exec_pop(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)EXEC.POP: Pops the EXEC stack. This may be thought of as a “DONT” instruction.