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

  1.         cmp     ss:[CriticalErrorFlag],00          ;(versions earlier than 3.1)
  2.         jne     NearLabel
  3.         int     28H
  4.