programming fool
April 7th, 2001, 06:26 PM
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?
mov ah,1
mov ch,20
mov cl,0
int 10h
to turn the cursor off.
How do I turn it back on?
|
Click to See Complete Forum and Search --> : Assembly programming fool April 7th, 2001, 06:26 PM 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? JKS April 7th, 2001, 11:42 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |