[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: 06h 09h
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson