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

Go to the source code of this file.
Variables | |
| case | OP_NOP |
Implements the OP_NOP opcode for no operation in the VM.
This file handles the OP_NOP instruction, which performs no operation. The stack remains unchanged.
Behavior:
Example: // Bytecode: OP_NOP // Stack before: [42] // Stack after: [42]
Definition in file nop.c.