branch:

Format:

branch: Rx | (number|-number)

Program execution will jump to relative line indicated by Rx or number. If Rx is 2, execution will continue two program lines from the current line. If Rx is -2, execution will continue two line previous to the current line.

Parameters:

Rx | (number|-number): A register or numeric constant indicating which line to jump to continue execution.