Next: Zero flag, Previous: Stack, Up: Virtual Machine reference [Contents]
The callstack manages function calls and returns, enabling the VM to: - Navigate between functions - Restore execution context after function returns - Maintain function-local state - Detect program termination