Skip to main content

pc

Function pc 

pub fn pc<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the PC instruction.

Pushes the current program counter onto the stack.