Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 15h write character to screen using bios support routines</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  15h    Write character to screen using BIOS support routines

      Entry:  AL         Character to display

      Exit:   None

    The character in AL is sent to the screen using  BIOS-level Input/Output
    routines. This differs from function 13h in that DOS I/O CAN NOT be used,
    as this function might be called from driver level.

See Also: INT 14h, 13h

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