Function pc

Source
pub fn pc<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the PC instruction.

Pushes the current program counter onto the stack.