SW500010 Microchip Technology, SW500010 Datasheet - Page 62

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 Driver Option Descriptions
2.6.51 --SCANDEP: Scan for Dependencies
When this option is used, a .dep (dependency) file is generated. The dependency file lists those
files on which the source file is dependant. Dependencies result when one file is #included into
another.
2.6.52 --SERIAL=hexcode@address: Store a Value at this Program Mem-
This option allows a hexadecimal code to be stored at a particular address in program memory.
A typical application for this option might be to position a serial number in program memory.
The byte-width of data to store is determined by the byte-width of the hexcode parameter in the
option. For example to store a one byte value, zero, at program memory address 1000h, use
--SERIAL=00@1000. To store the same value as a four byte quantity use --SERIAL=00000000@1000.
This option is functionally identical to the corresponding hexmate option. For more detailed infor-
mation and advanced controls that can be used with this option, refer to Section
manual.
__serial0. For code to access this symbol, remember to declare it specifying what data type to
use. For example:
2.6.53 --SETOPTION=app,file: Set The Command-line Options for Ap-
This option is used to supply alternative command line options for the named application when com-
piling. The app component specifies the application that will recieve the new options. The file
component specifies the name of the file that contains the additional options that will be passed to
the application. This option is not required for most projects. If specifying more than one option to
a component, each option must be entered on a new line in the option file.
This option can also be used to remove an application from the build sequence. If the file param-
eter is specified as off, execution of the named application will be skipped. In most cases this is
not desirable as almost all applications are critical to the success of the build process. Disabling a
critical application will result in catastrophic failure. However it is permissible to skip a non-critical
application such as clist or hexmate if the final results are not reliant on their function.
62
The driver will also define a label at this location which can be referenced from the C context as
extern const int __serial0;
ory Address
plication
PICC Command-line Driver
5.15.1.15
of this

Related parts for SW500010