pub const OP_NUMEQUAL: u8 = 0x9c; // 156u8
Pop the top two stack items and push 1 if both are numerically equal, else push 0.