If u>0, display u characters from a string starting with the character stored at c-addr.
Display extended char xc.
Display the byte c; for ASCII characters, emit is
equivalent to xemit; for multi-byte characters, additional
emit or type calls may be needed to display a
complete character.
Like type, but white space is printed instead of the
characters. For now, only works correctly for strings of ASCII
characters.