Slide 41 of 67
Notes:
The Archiver or librarian takes a collection of files and put them all in one place. It adds an index so the developer can extract one of the files from the archive, insert a new element into the archive, or retrieve an old element from the archive, modify it, and put it back.
TI’s code generation tools include several libraries or archives. For example, there is a run-time support library that comes with the C compiler, supporting several subroutines that the C compiler needs to have. An example of such a routine is the boot-up routine for initialization or start-up of a C program.