bpstd::opcodes

Constant OP_2OVER

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

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