HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 7 System Debug Window Commands

wR

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Sets the radix (output base) for the specified window.

Syntax

   RR   base                     CM registers           



   PR   base                     Program, current mode  

   CMPR base                     CM program             

   NMPR base                     NM program             

   QR   base                     CM frame,  Q relative  

   SR   base                     CM stack,  S relative  



   GR   base                     Group window           

   UR   base [win_number]         User window        



   VR   base [win_number]         Virtual window     

   ZR   base                     Real memory window     

   LR   base                     Ldev window            

Parameters

base

The desired representation mode for output values:

% or OCTAL

Octal representation

# or DECIMAL

Decimal representation

$ or HEXADECIMAL

Hexadecimal representation

ASCII

ASCII representation

This parameter can be abbreviated to as little as a single character.

win_number

The window number for a specific user window (U) or virtual window (V). If win_number is omitted, then the current window is used. The current user window is marked by an asterisk, and the current virtual window is marked in inverse video.

Examples

   %cmdebug > qr a

Display the values in the stack frame window in ASCII.

   %cmdebug > ur d 3

Display user window number 3 in decimal.

Limitations, Restrictions

The R, GR, SR, and CMP windows cannot be set to an ASCII base.

The radix for the NMP, SR, and GR windows cannot be altered from its initial hexadecimal value.

Feedback to webmaster