pub const OP_GREATERTHANOREQUAL: u8 = 0xa2; // 162u8
Pop the top two items; push 1 if the second is >= the top, 0 otherwise.