Int 10/AH=10h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

Tandy 2000 - VIDEO - GET/SET CHARACTER FONTS

AH = 10h
AL = control value

bit 0:
Set character set instead of reading it

bit 1:
High 128 characters instead of low 128 characters. ES:BX -> new character set if AL bit 0 set

Return:
ES:BX -> current character set if AL bit 0 clear on entry

Notes: This interrupt is identical to INT 52 on Tandy 2000. The character set consists of 16 bytes for each of the 128 characters, where each of the 16 bytes describes the pixels in one scan line, most significant bit leftmost

See Also: AH=00h - AH=0Bh/BH=02h - AH=11h"Tandy 2000" - A

See Also: INT 52"Tandy 2000"

Category: Video - Int 10h - T

rbline.gif

lup.gif ldown.gif Interrups Categories Contents