Note: result of executing the instruction is u2 (boolean)
; [resultCell] = [X] == [Y]; result cell force set u2 type.ceq &(resultCell) <| &(X) &(Y)
; Equal [X] and [Y] and store result into stack.ceq &(X) &(Y)
Note: When stage u2 into stack - type is not saved
; pull X and Y from stack and equal and stage result into [resultCell].ceq &(resultCell)
OpCode | 0xC5 |