home *** CD-ROM | disk | FTP | other *** search
- ;
- ; (C) Copyright 1986-1992 MetaWare Incorporated; Santa Cruz, CA 95060.
- ;
-
- small_m = 1
- mach386 = 1
- GOC = 0
- name emcused
- include model
- ; Export the variable _mwemc87_used.
- _MWEMC_USED1 segment common byte 'DATA'
- ifdef DS_grouped
- DGROUP group _MWEMC_USED1
- endif
- public _mwemc87_used
- magic dw 0abcdh
- offoops dd offset DGROUP:oops
- _mwemc87_used equ this byte ; Anything to define it.
- oopsptr dd offset DGROUP:oops
- oopslen dw End_msg-oops-2 ; Discount the 0 and the $ for Concurrent DOS.
- ; The 0 allows other systems that terminate with 0 to work also.
- ; DOS just adds an extra 0 at the end.
- oops db 'Cyrix EMC87 required but not present!',13,10,0,'$'
- End_msg equ this byte
- _MWEMC_USED1 ends
- end
-