home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / CDEMO.ZIP / READ.ME < prev   
Encoding:
Text File  |  1988-06-18  |  529 b   |  10 lines

  1. This bundle of goodies is an example of how to use Turbo C to write a routine
  2. for Turbo Pascal using a "doctor the asm file output of TCC" trick.  A test
  3. program is included that compares the performance of two similar routines,
  4. one using the above mentioned Turbo C method, and the other implemented in
  5. strait pascal.  The Turbo C routine in this example is significantly faster
  6. than the similar pascal routine.  See the files MYTEST.PAS and MY.C for more
  7. info.  Happy Hacking:
  8.   Richard S. Sadowsky
  9.   CIS: 74017,1670
  10.