home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
pocketbk
/
utilsr
/
s3c111
/
NEW.DOC
< prev
next >
Wrap
Text File
|
1994-12-12
|
932b
|
35 lines
Changes to S3C and S3Link
-------------------------
Copyright Giles Goddard 1994
----------------------------
v1.00B - 12/01/94
* 'pseudo' raw object code output for the 8086 chip.
* Added proper C Macros ie. #define(a,b) a+b
* Modifed the front end to handle incoming text from the Psion's
Word application.
* Changed some aspects of the memory management.
* Fixed a few minor bugs from original compiler.
v1.10B - 12/12/94
* Added typedefs and structures.
* Added // type C++ comments.
* Added registration number input on Linker command line.
* Compiler and Linker now frees up unused memory as soon as possible,
this means its able to compile, link and run without running out of
memory so often.
* Added 2 missing Fil functions to the e_fil library;
FilLocDevice and
FilLocReadPdd
* Fixed compiler memory allocation bug.
v1.11B - 12/12/94
* Fixed a struct/typedef bug.