bc::opcodes

Constant OP_2OVER

Source
pub const OP_2OVER: u8 = 0x70;
Expand description

Copies the two stack items of items two spaces back to the front, as xxAB -> ABxxAB.