home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
mouse
/
lib
/
ega
/
examples
/
f6examp.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Assembly Source File
|
1988-08-11
|
153 b
|
5 lines
; The following example restores the default settings of the EGA registers.
mov ah, 0f6h ; f6 = revert to default registers
int 10h ; do it now!