![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
Implements the OP_RUST_GET_SP opcode (conditional build). More...
Go to the source code of this file.
Variables | |
| case | OP_RUST_GET_SP |
| int | rc = fun_op_rget_sp(vm) |
| break | |
Implements the OP_RUST_GET_SP opcode (conditional build).
Delegates to a Rust helper to read the VM's current stack pointer (sp). When Rust support is disabled, this raises a runtime error and pushes -1 to signal unavailability.
OP_RUST_GET_SP: () -> int | Nil
Behavior (FUN_WITH_RUST=ON):
Behavior (FUN_WITH_RUST=OFF):
Definition in file get_sp.c.
| void rc = fun_op_rget_sp(vm) |