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:
Assembly Source File  |  1988-08-11  |  153 b   |  5 lines

  1. ; The following example restores the default settings of the EGA registers.
  2.  
  3.     mov    ah, 0f6h    ; f6 = revert to default registers
  4.     int    10h        ; do it now!
  5.