home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / dos_ency / 11 / indos_1.asm < prev    next >
Encoding:
Assembly Source File  |  1988-08-11  |  157 b   |  5 lines

  1.         test    ss:[CriticalErrorFlag],0FFH        ;(versions 3.1 and later)
  2.         jne     NearLabel
  3.         push    ss:[NearWord]
  4.         int     28H
  5.