Int 33/AX=000Ah

Prev Next Ralf Interrups Categories Contents

------

MS MOUSE v3.0+ - DEFINE TEXT CURSOR

AX = 000Ah
BX = hardware/software text cursor
0000h software
CX = screen mask
DX = cursor mask
0001h hardware
CX = start scan line
DX = end scan line

Note: When the software cursor is selected, the character/attribute data at the current screen position is ANDed with the screen mask and then XORed with the cursor mask

See Also: AX=0009h - INT 62/AX=007Eh

Category: Mouse/Pointing Device - Int 33h - M

------

Prev Next Ralf Interrups Categories Contents