home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 13
/
CDA13.ISO
/
cdactual
/
demobin
/
share
/
program
/
Asm
/
86LIB3.ZIP
/
SCRN_TYP.8
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-01-06
|
297 b
|
14 lines
_SCRN_TYP:
Mov bx,0B800H ;default is color.
int 11h ;get equipment configuration.
and ax,0030H ;isolate crt switches.
cmp al,30h
jne _scrn_typ1
mov bx,0B000h ;reset for b&w.
_scrn_typ1:
pop ax
Push BX ;return video area.
push ax
Ret