![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_HALT opcode for stopping VM execution. More...

Go to the source code of this file.
Variables | |
| case | OP_HALT |
Implements the OP_HALT opcode for stopping VM execution.
This file handles the OP_HALT instruction, which stops the execution of the VM. No stack operations are performed.
Behavior:
Example: // Bytecode: OP_HALT // Stack before: [42] // Stack after: [42]
Definition in file halt.c.