Int 10/AH=0Eh/CX=ABCDh

Prev Next Ralf Interrups Categories Contents

------

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 BIOS 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

See Also: INT 15/AH=84h"V20-XT-BIOS"

Category: Vendor-specific BIOS Extensions - Int 10h - V

------

Prev Next Ralf Interrups Categories Contents