Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 02h (2) character output</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson