Function 02h (2) Character Output
Outputs a character to the standard output device.
On entry: AH 02h
DL Character
Returns: Nothing
--------------------------------------------------------------------------
This function outputs to the standard output device the character
whose ASCII value is in DL.
Notes: This function issues an INT 23h if it detects a
Ctrl-Break or Ctrl-C. This test is done after
displaying the character.
To output an entire string, see Function 09h.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster