Expand description
Call Instructions
This module provides functionality for calling functions, both internal and imported, within the execution environment. It handles the setup of the call stack, manages parameters, and ensures that the program counter is correctly adjusted for function calls.