OpenBoot 3.x Command Reference Manual

Basic Number Display

Table I-23 Basic Number Display

Command 

Stack Diagram 

Description 

.

( n -- ) 

Display a number in the current base. 

.r

( n size -- ) 

Display a number in a fixed width field. 

.s

( -- ) 

Display contents of data stack. 

showstack

( -- ) 

Execute .s automatically before each ok prompt.

noshowstack

( -- ) 

Turn off automatic display of the stack before each ok prompt.

u.

( u -- ) 

Display an unsigned number. 

u.r

( u size -- ) 

Display an unsigned number in a fixed width field.