home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 2.ddi / MATHSRC.ZIP / WINTRANS.ASM < prev    next >
Encoding:
Assembly Source File  |  1992-06-10  |  573 b   |  25 lines

  1. ;[]------------------------------------------------------------[]
  2. ;|      WINTRANS.ASM                                            |
  3. ;[]------------------------------------------------------------[]
  4.  
  5. ;
  6. ;       C/C++ Run Time Library - Version 5.0
  7. ;       Copyright (c) 1987, 1992 by Borland International
  8. ;       All Rights Reserved.
  9.  
  10. ;This module is memory model indepedent
  11.  
  12.         include RULES.ASI
  13.  
  14. emul    ; generate emulated '87 code
  15.  
  16. _TEXT   segment
  17.         assume cs:_TEXT
  18.  
  19.         include ..\emu\e87trans.asm
  20.  
  21. _TEXT   ends
  22.         end
  23.