OpenBoot 2.x Quick Reference

Displaying Text Output

Table 1-29 Displaying Text Output

cr

( -- ) 

Terminate a line on the display and go to the next line. 

emit

( char -- ) 

Display the character. 

type

( adr +n -- ) 

Display n characters.