Manage routine execution

After the routine sequence exists, the routine manager can execute the UDR, as follows:
  1. It pushes arguments onto the stack for use by the routine.
  2. It invokes the routine.
  3. It handles the return of any UDR result.

All invocations of the same UDR within the same routine sequence have access to the same routine-state space.