Constant OP_2OVER
pub const OP_2OVER: Opcode;
Expand description
Copies the two stack items of items two spaces back to the front, as xxAB -> ABxxAB.
pub const OP_2OVER: Opcode;
Copies the two stack items of items two spaces back to the front, as xxAB -> ABxxAB.