Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 10 - video - write string (at,xt286,ps,ega,vga) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VIDEO - WRITE STRING (AT,XT286,PS,EGA,VGA)
        AH = 13h
        AL = mode
            bit 1: set if string contains alternating characters and attributes
            bit 0: set in order to move cursor after write
        BL = attribute if AL bit 1 clear
        BH = display page number
        DH,DL = row,column of starting cursor position
        CX = length of string
        ES:BP -> start of string
Note:   recognizes CR, LF, BS, and bell
SeeAlso: AH=09h,0Ah

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