Knowledge Base

(T = Z; Z = Y; Y = X;) X = (X <= Y) ? TRUE : FALSE

Push a TRUE (255) into X if X <= Y (unsigned integer comparison). Otherwise push 0 (FALSE) into X. The initial values of X and Y are pushed to Y and Z respectively.

This instruction is designed to assist in the use of Tabula, our table based programming tool.

Dialect restriction: This instruction is not implemented in boards with dialect numbers less than 28.

See also TestXeqY, TestXneYTestXltYTestXgtYTestXgeYCompare, CompareR