home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / s3c111 / NEW.DOC < prev    next >
Text File  |  1994-12-12  |  932b  |  35 lines

  1. Changes to S3C and S3Link 
  2. -------------------------
  3.  
  4.  
  5. Copyright Giles Goddard 1994
  6. ----------------------------
  7.  
  8.  
  9. v1.00B  - 12/01/94
  10. * 'pseudo' raw object code output for the 8086 chip.
  11. * Added proper C Macros ie. #define(a,b) a+b
  12. * Modifed the front end to handle incoming text from the Psion's
  13.   Word application.
  14. * Changed some aspects of the memory management.
  15. * Fixed a few minor bugs from original compiler.
  16.  
  17.  
  18. v1.10B - 12/12/94
  19. * Added typedefs and structures.
  20. * Added // type C++ comments.
  21. * Added registration number input on Linker command line.
  22. * Compiler and Linker now frees up unused memory as soon as possible,
  23.   this means its able to compile, link and run without running out of
  24.   memory so often.
  25. * Added 2 missing Fil functions to the e_fil library;
  26.    FilLocDevice and
  27.    FilLocReadPdd
  28. * Fixed compiler memory allocation bug.
  29.  
  30.  
  31. v1.11B - 12/12/94
  32. * Fixed a struct/typedef bug.
  33.  
  34.  
  35.