3.1 Address
Moving to another position in the program without executing the next line in order is called a “branch.”
The address is the destination of the branch.
There are two ways to define an address: line number and label. In the following example, “10” in the second statement is the line number, and the last statement “*err_handle” is the label.
Last updated
Was this helpful?