Constant bc::opcodes::OP_OVER

source ·
pub const OP_OVER: u8 = 0x78;
Expand description

Copies the second-to-top stack item, as xA -> AxA.