![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_JUMP opcode for unconditional jumps in the VM. More...

Go to the source code of this file.
Variables | |
| case | OP_JUMP |
| break | |
Implements the OP_JUMP opcode for unconditional jumps in the VM.
This file handles the OP_JUMP instruction, which performs an unconditional jump to a new instruction pointer location.
Behavior:
Used for:
Definition in file jump.c.