Write Character; Write Pixel - Husky MP2500 Manual

Hide thumbs Also See for MP2500:
Table of Contents

Advertisement

Exit
Description

Write character

Entry
Exit
Description

Write pixel

Entry
Exit
Description
Chapter 21: INT 10H, Screen Handler
Returns nothing
Writes the character specified by AL at the cursor, CX
times. The cursor does not move.
In text modes, BL specifies the text attributes. For the
8x6, 12x8 and 12x16 fonts, selected text attributes will
be displayed as a bold font. The default is to display
the background and foreground intensity bits as bold,
but see function 7BH.
In graphics modes, if bit 7 is 0, bits 0 and 1 specify the
foreground colour; if bit 7 is 1, the colour specified by
bits 0 and 1 is XORed with the current pixel colours.
AH=0AH
AL=character
BH=page
CX=repeats
Returns nothing
As 'write character plus attributes' (function 09H), but
the character is written with the current attribute of the
cursor position.
AH=0CH
AL=colour/mode
CX=column
DX=row
Returns nothing
Writes a single pixel, in graphics modes.
187

Advertisement

Table of Contents
loading

Table of Contents