AH = 02h BH = page number 0-3 in modes 2&3 0-7 in modes 0&1 0 in graphics modes DH = row (00h is top) DL = column (00h is left)
Return: Nothing
AH = 03h BH = page number 0-3 in modes 2&3 0-7 in modes 0&1 0 in graphics modes
Return: CH = start scan line CL = end scan line DH = row (00h is top) DL = column (00h is left)
AH = 08h BH = page number (00h to number of pages - 1)
Return:
AH = character's attribute (text mode only)
AL = character
AH = 09h AL = character to display BH = page number (00h to number of pages - 1) BL = attribute (text mode) or color (graphics mode) CX = number of times to write character
Return:
Nothing
AH = 0Eh AL = character to write BH = page number BL = foreground color (graphics modes only)
Return:
Nothing
Desc: Display a character on the screen, advancing the cursor and scrolling the screen as necessary.