Interrups | Categories | Contents |
AH = 10h AL = control valuebit 0:
Set character set instead of reading itbit 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"
Interrups | Categories | Contents |