pub const OP_ROT: Opcode;
Rotate the top three stack items, as [top next1 next2] -> [next2 top next1].