pub const OP_TUCK: u8 = 0x7d;
Copy the top stack item to before the second item, as [top next] -> [top next top].