Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
nop.c File Reference

Implements the OP_NOP opcode for no operation in the VM. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

case OP_NOP

Detailed Description

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:

  • Does nothing.

Example: // Bytecode: OP_NOP // Stack before: [42] // Stack after: [42]

Definition in file nop.c.

Variable Documentation

◆ OP_NOP

case OP_NOP

Definition at line 26 of file nop.c.