pub fn code_from_bool(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)Expand description
CODE.FROMBOOLEAN: Pops the BOOLEAN stack and pushes the popped item (TRUE or FALSE) onto the CODE stack.
pub fn code_from_bool(
push_state: &mut PushState,
_instruction_cache: &InstructionCache,
)CODE.FROMBOOLEAN: Pops the BOOLEAN stack and pushes the popped item (TRUE or FALSE) onto the CODE stack.