SPLat Logo

TestXltY [D>=28]

NOTICE: Our web site is being updated, but is currently experiencing extreme slowness due to host issues. Please contact us directly.
NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

TestXltY [D>=28]

(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, TestXneY, TestXgtY, TestXleY, TestXgeY, Compare, CompareR