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

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

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

#

public ACTPAGE, VISPAGE


.model medium

.code



ACTPAGE proc ; get active display page
xor ax,ax
mov al,b$ActPage
ret
ACTPAGE endp ; get active display page



VISPAGE proc ; get visible display page
xor ax,ax
mov al,b$VisPage
ret
VISPAGE endp ; get visible display page



.data

extrn b$ActPage: byte
extrn b$VisPage: byte



end


  3 Responses to “Category : BASIC Source Code
Archive   : QBWIZ20.ZIP
Filename : PAGE.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/