Jump
The Jump operation sets the program counter to a new value. This changes the execution flow without consuming any characters from the input stream.
; Jump example
JUMP %end
end: MATCH
Syntax
JUMP <pc>
The Jump operation sets the program counter to a new value. This changes the execution flow without consuming any characters from the input stream.
; Jump example
JUMP %end
end: MATCH
Syntax
JUMP <pc>