This routine displays the ASCII character passed in on the Console Output Area. The TEA virtual machine places the character in a packet with a leading cmdVM_MSG byte (0x84) and process ID byte and sends it across the link for display.
Example:
aPrint_Char('a');
This would add the character "a" to the current output line for the Console.