Posts
 
Reputation
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
~2K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for eeeraser

[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 …

Member Avatar for schwepZ
0
1K
Member Avatar for schwepZ

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 …

Member Avatar for schwepZ
0
207

The End.