OpenBoot 3.x Quick Reference

Changing the Number Base

Table 1-20 Changing the Number Base

decimal

( -- )

Set the number base to 10. 

d# number

( -- n )

Interpret the next number in decimal; base is unchanged. 

hex

( -- )

Set the number base to 16. 

h# number

( -- n )

Interpret the next number in hex; base is unchanged. 

.d

( n -- )

Display n in decimal without changing base. 

.h

( n -- )

Display n in hex without changing base.