home *** CD-ROM | disk | FTP | other *** search
- _saver150 dw 0
- _atrb_rd:
- mov ds,cs
- pop _saver150
-
- Mov ds,cs ;setup workarea.
-
- Call _SCRN_TYP ;determine video memory
- pop ds ;location.
- mov dx,160
- pop ax
- mov bx,ax
- xchg ah,al
- mov ah,0 ;first the row
- mul dl
- mov bh,0
- shl bx,1
- add ax,bx
- mov si,ax
- lodsw
- mov ds,cs
- push _saver150
- ret
-