Previous Topic

Next Topic

Book Contents

Book Index

TestXgeY [D>=28]

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, TestXltY, TestXgtY, TestXleY, Compare, CompareR

Previous Topic

Next Topic