Int 10h, 09h            Write Character and Attribute at Cursor

Displays a specified character with a specified attribute a
specified number of times.

Entry AX = 09h
AL = ASCII value of character
BH = Display page (text mode only)
BL = Attribute/Color
CX = Number of times to write character

Return Nothing