Start of change

Parameters, registers, and variables for active routines

This section of the Language Environment dump displays the non-volatile vector registers that are saved in the stack frame. The registers are only displayed if the program owning the stack frame saved them. Asterisks are displayed in the registers when the register values are not saved. A sample output is shown.

Figure 1. Parameters, registers, and variables for active routines
  Parameters, Registers, and Variables for Active Routines:
⋮
    goo (DSA address 000213B0):
      Saved Registers:
        GPR0..... 183F6CC0 GPR1..... 00021278 GPR2..... 183F6870 GPR3..... 17F01DC2
        GPR4..... 000000F8 GPR5..... 183F6968 GPR6..... 17F02408 GPR7..... 000212EC
        GPR8..... 000212F0 GPR9..... 80000000 GPR10.... 98125022 GPR11.... 80007F98
        GPR12.... 00015920 GPR13.... 000213B0 GPR14.... 97F01E1E GPR15.... 0000002F
        FPR8..... 3FF33333 33333333 FPR9..... ******** ********
        FPR10.... 3FF33333 33333333 FPR11.... ******** ********
        FPR12.... 40260000 00000000 FPR13.... ******** ********
        FPR14.... 40220000 00000000 FPR15.... ******** ********
        VR16..... 01600000 33330000 01600000 33330000        VR17..... 11000000 33330000 11000000 33330000
        VR18..... ******** ******** ******** ********        VR19..... ******** ******** ******** ********
        VR20..... ******** ******** ******** ********        VR21..... ******** ******** ******** ********
        VR22..... ******** ******** ******** ********        VR23..... ******** ******** ******** ********
    GPREG STORAGE:
      Storage around GPR0 (183F6CC0)
⋮
End of change