9.7 'goto/GOTO' statement
--------------------------
Syntax:
goto <label>;
.
.
.
<label>:
A 'goto' statement passes control to the <operator> labelled with
<label>. The assembler analog of 'goto' is 'jmp near', and the analog of
'GOTO' is 'jmp short'.