The jmp Statement
The jmp statement lets you unconditionally jump from the current execution point to a new location. Its only argument is a label that specifies where program execution should resume. The syntax of the jmp statement is shown below.
jmp LoopStart // jump to the LoopStart label