![]() |
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:
Definition in file halt.c.