INT 10 - V20-XT-BIOS - TELETYPE OUTPUT WITH ATTRIBUTE AH = 0Eh CX = ABCDh BP = ABCDh AL = character to write BH = page number BL = foreground color (text modes as well as graphics modes) Return: nothing Program: V20-XT-BIOS is a ROM(Read-Only Memory) A memory for program storage which may not be changed by the program as it runs. BIOS(Basic Input/Output System) A set of standardized calls giving low-level access to the hardware. The BIOS is the lowest software layer above the actual hardware and serves to insulate programs (and operating systems) which use it from the details of accessing the hardware directly. replacement with extensions by Peter Koehlmann / c't magazine Desc: display a character on the screen, advancing the cursor and scrolling the screen as necessary Notes: characters 07h (BEL), 08h (BS), 0Ah (LF), and 0Dh (CR) are interpreted and do the expected things SeeAlso: INT 15/AH=84h"V20-XT-BIOS"