WriteChar PROC Writes a single character to standard output.
Call args: AL = the character to write Return arg: None Example: mov al,'$' call WriteChar