SW500010 Microchip Technology, SW500010 Datasheet - Page 171

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Linker and Utilities
is an error not to give any object file names.
symbols defined or referenced within (global symbols only are handled by the librarian). As with
the r and x key letters, an empty list of modules means all the modules in the library.
they have the same order as that listed on the command line. Modules which are not listed are left
in their existing order, and will appear after the re-ordered modules.
5.11.3 Examples
Here are some examples of usage of the librarian. The following lists the global symbols in the
modules a.obj, b.obj and c.obj:
This command deletes the object modules a.obj, b.obj and c.obj from the library file.lib:
5.11.4 Supplying Arguments
Since it is often necessary to supply many object file arguments to LIBR, and command lines are
restricted to 127 characters by CP/M and MS-DOS, LIBR will accept commands from standard
input if no command line arguments are given. If the standard input is attached to the console, LIBR
will prompt for input. Multiple line input may be given by using a backslash as a continuation
character on the end of a line. If standard input is redirected from a file, LIBR will take input from
the file, without prompting. For example:
will perform much the same as if the object files had been typed on the command line. The libr>
prompts were printed by LIBR itself, the remainder of the text was typed as input.
LIBR will read input from lib.cmd, and execute the command found therein. This allows a
virtually unlimited length command to be given to LIBR.
Under the d key letter, the named object files will be deleted from the library. In this instance, it
The m and s key letters will list the named modules and, in the case of the s keyletter, the
The o key takes a list of module names and re-orders the matching modules in the library file so
LIBR s file.lib a.obj b.obj c.obj
LIBR d file.lib a.obj b.obj c.obj
libr
libr> r file.lib 1.obj 2.obj 3.obj \
libr> 4.obj 5.obj 6.obj
libr <lib.cmd
Librarian
171

Related parts for SW500010