DBG$HELP.HLB  —  DEBUG  DUMP  Examples
    1.DBG> DUMP/QUAD R16:R25

       0000000000000078 0000000000030038 8.......x....... %R16
       000000202020786B 0000000000030041 A.......kx   ... %R18
       0000000000030140 0000000000007800 .x......@....... %R20
       0000000000010038 0000000000000007 ........8....... %R22
       0000000000000006 0000000000000000 ................ %R24

      DBG>

      This command displays general registers R16 through R25 in
      quadword format and hexadecimal radix.

    2.DBG> DUMP/BYTE/DECIMAL 30000:30040

          0    0    0    0    0    3    0  -80 °....... 0000000000030000
          0    0    0    0    0    3    1   64 @....... 0000000000030008
          0    0    0    0    0    3    0   48 0....... 0000000000030010
          0    0    0    0    0    3    0   56 8....... 0000000000030018
          0    0    0    0    0    3    0  -64 À....... 0000000000030020
          0    0    0    0    0    3    0  -80 °....... 0000000000030028
          0    0    0    0    0    0    7  -50 Î....... 0000000000030030
        101  101  119   32  116  120  101  110 next wee 0000000000030038
                                           107 k        0000000000030040
      DBG>

      This command displays locations 30000 through 30040 in byte
      format and decimal radix.
Close Help