The brtst Statement
The brtst statement lets you conditionally jump from the current execution point to a new location. It is like the tst statement except that instead of an output argument it has a label argument that specifies where program execution should resume. The syntax of the brtst statement is shown below.
brtst GT, lblXGTZero, x // jump to lblXGTZero if x > 0