You can set the program counter to a specific code line. This is useful to jump over sections of code, leaving them unprocessed, or repeat the execution of sections of code.
To set the program counter to a specific line:
Use this feature with caution. It may have unpredictable results.