Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Int 21H Function 02H
◄Summary► ◄Notes► ◄Example► ◄Back►
──────────────────────────────────────────────────────────────────────────────
▀ If a CTRL+C is detected at the keyboard after the requested character
is output, an Int 23H is executed.
▀ If the standard output has not been redirected, a backspace code (08H)
causes the cursor to move left one position. If output has been re-
directed, the backspace code does not receive any special treatment.
▀ You can also send strings to the display by performing a write (Int 21H
Function 40H) using the predefined handle for the standard output
(0001H), if output has not been redirected, or using a handle obtained
by opening the logical device CON.
-♦-