Copyright Notes
As TIGCC is a complex team project, various parts of it are made by various authors:
Linker & tigcc.exe
: (C) 1999-2000 by Xavier Vassor, Niklas Brunlid and Jean Canazzi;
Library & Documentation: (C) 2000 by Zeljko Juric (i.e. me);
Integrated environment: (C) 2000 by Sebastian Reichelt.
Some parts of the TIGCC package (cpp.exe
, gcc.exe
, as.exe
)
are parts from the GNU C compiler package. These parts are free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
version.
a68k.exe
(also included in the package) is a freeware assembler by Charlie Gibbs (it
is somewhat modified Amiga version).
Special copyright notes about the documentation and the library:
All information presented in the documentation are strictly mine, not by Texas Instruments (except
information about GNU products, which are based on original GNU manuals). All of TIOS-specific
information in this document are result of a hours of work with the debugger. But, I need to give credits
to Gareth James: his informational files, although extremely briefly, helps me a lot to
understand some particular TIOS secrets.
The TIGCC library and documentation is absolutely free for any distribution if you don't change anything in this package.
But, to give a credit to my hard work, please do the following:
- If you use any routine from this library in your program, put this fact in the
documentation of your program;
- If you use a routine in your assembly program which usage wasn't known to you
before reading this documentation, put this fact in the documentation of your
program.
I simply want that this documentation to become known to as many C and assembly programmers
as possible.