I used
mov ah,1
mov ch,20
mov cl,0
int 10h
to turn the cursor off.
How do I turn it back on?
Printable View
I used
mov ah,1
mov ch,20
mov cl,0
int 10h
to turn the cursor off.
How do I turn it back on?
CH: bit 7 reserved
bit 6,5 00=normal, 01=off
bit 4-0 start-rasterline
CL: bit 7-5 reserved
bit 4-0 end-rasterline