WriteChar PROC

   Writes a single character to standard output.

Call args:  AL = the character to write

Return arg: None

Example:

      mov  al,'$'
      call WriteChar
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)