5.1.2.1 jmp Instruction

The instruction has the syntax

        jmp     loc_label

and specifies transferring control to a location label loc_label. The location label should have the following definition elsewhere in the assembler program:

loc_label: