SW500010 Microchip Technology, SW500010 Datasheet - Page 49

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
PICC Command-line Driver
2.6.13 -S: Compile to Assembler Code
The -S option stops compilation after generating an assembler source file. An assembler file will be
generated for each C source file passed on the command line. The command:
will produce an assembler file called test.as which contains the code generated from test.c.
This option is particularly useful for checking function calling conventions and signature values
when attempting to write external assembly language routines.
does not contain op-codes or addresses and it may be used as a source file and subsequently passed
to the assembler to be assembled.
2.6.14 -Umacro: Undefine a Macro
The -U option, the inverse of the -D option, is used to undefine predefined macros. This option takes
the form -Umacro. The option, -Udraft, for example, is equivalent to:
placed at the top of each module compiled using this option.
2.6.15 -V: Verbose Compile
The -V is the verbose option. The compiler will display the command lines used to invoke each of
the compiler applications or compiler passes. Displayed will be the name of the compiler application
being executed, plus all the command-line arguments to this application. This option may be useful
for determining the exact linker options if you need to directly invoke the HLINK command.
full command line arguments. This would be useful to ensure that the correct compiler installation
is being executed if there is more than one installed.
2.6.16 -X: Strip Local Symbols
The option -X strips local symbols from any files compiled, assembled or linked. Only global
symbols will remain in any object files or symbol files produced.
The file produced by this option differs to that produced by the --ASMLIST option in that it
If this option is used twice, it will display the full path to each compiler application as well as the
PICC --CHIP=16F877A -S test.c
#undef
draft
PICC Driver Option Descriptions
49

Related parts for SW500010