Category : BASIC Source Code
Archive   : QBWIZ20.ZIP
Filename : SHOWCUR.ASM

 
Output of file : SHOWCUR.ASM contained in archive : QBWIZ20.ZIP
comment #

+----------------------------------------------------------------------+
| |
| QBWiz Copyright (c) 1990-1992 Thomas G. Hanlin III |
| |
| QuickBasic Access Library |
| |
+----------------------------------------------------------------------+

#

public SHOWCURSOR


.model medium

.code



SHOWCURSOR proc ; see if cursor is visible
xor ax,ax
mov al,b$UsrCsrOn
or al,al
jz Done
mov ax,-1
Done: ret
SHOWCURSOR endp ; see if cursor is visible



.data

extrn b$UsrCsrOn: byte



end


  3 Responses to “Category : BASIC Source Code
Archive   : QBWIZ20.ZIP
Filename : SHOWCUR.ASM

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/