Function pc
pub fn pc<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the PC instruction.
Pushes the current program counter onto the stack.
pub fn pc<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the PC instruction.
Pushes the current program counter onto the stack.