home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ka9q / nan24hyc.zip / NANSI_D.ASM < prev    next >
Assembly Source File  |  1990-10-31  |  447b  |  16 lines

  1. ;---- nansi_d.asm -----------------
  2. ; Definitions for the new ANSI driver.
  3. ; (C) 1986 Daniel Kegel
  4. ; May be distributed for educational and personal use only
  5.  
  6. takeBIOS    equ    0    ; take over BIOS write_tty if true
  7. is_8088        equ    1    ; no fancy instructions if true
  8. cls_homes_too    equ    1    ; set true for ANSI.SYS compatibility
  9. drk_oct        equ    0    ; set true for output char translation
  10.  
  11.     if    is_8088 EQ 0
  12.         .286c
  13.     endif
  14.  
  15. ;---- end of nansi_d.asm ----
  16.