LIST REGISTERS command

Displays the current register contents.

Read syntax diagramSkip visual syntax diagramLIST32BIT64BITREGISTERSLONGSHORTFLOATINGREGISTERS;
REGISTERS
Displays the General Purpose Registers. When this command is issued when you are qualified to an Assembler or Disassembly CU other than the CU where execution was suspended, it also displays the values of the %Rn symbols.
32BIT
Displays the 32-bit General Purpose Registers (%GPRn and %GPRHn).
64BIT
Displays the 64-bit General Purpose Registers (%GPRGn).
LONG
Displays the value of the long-precision floating-point registers.
SHORT
Displays the value of the short-precision floating-point registers.
FLOATING
Displays the floating-point registers.

Usage note

If your program is running on hardware that does not support 64-bit instructions or your program is suspended at a point where the 64-bit general-purpose registers are not available, z/OS® Debugger displays only the sixteen, base 32-bit general-purpose registers.

Examples

  • Display the General Purpose Registers at the point of a program interruption:
    LIST REGISTERS;
  • Display the floating-point registers.
    LIST FLOATING REGISTERS;