5.3 CallStack

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