AH = 13h: Write Teletype String

This function transfers a string to the video buffer for the active page starting at the specified cursor position. There are 4 modes of operation controlled by the two least significant bits of AL. If it is set, Bit-0, Cursor_Move, causes the cursor to be updated. When Bit-1, Attributes_Present, is set, it specifies that the string contains alternating characters and attributes. When clear, Bit-1 specifies that the string consists of characters only. This function uses the Write Teletype Character mode so that BELL, CR, LF, and BS are treated as commands and not written into the video buffer.