Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
[QUOTE=eeeraser;371669]Hi... In MS-DOS, how could I hide the text cursor NOT the mouse cursor?.. Thanks..[/QUOTE] move the pointer out from screen as said above and code for that is: mov ah,2 ; this is BIOS video service for setting pointer location mov bh,Video_page_number ; active video page is not always …
i have programmed in assembly for 3 years and have used a86.COM compiler. i like programming DOS programs. i can see that the assembly code has a little different structure that you all are talking about here. i know it's bacause of the compiler. So is it good compiler that …
The End.
schwepZ