SW500010 Microchip Technology, SW500010 Datasheet - Page 444

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
(863) symbol can’t be both extern and public
If the symbol is declared as extern, it is to be imported. If it is declared as public, it is to be exported
from the current module. It is not possible for a symbol to be both.
(864) argument to "size" psect flag must specify a positive constant
The parameter to the PSECT assembler directive’s size option must be a positive constant number,
e.g.:
(865) psect flag "size" redefined
The size flag to the PSECT assembler directive is different from a previous PSECT directive, e.g.:
(866) argument to "reloc" psect flag must specify a positive constant
The parameter to the PSECT assembler directive’s reloc option must be a positive constant num-
ber, e.g.:
(867) psect flag "reloc" redefined
The reloc flag to the PSECT assembler directive is different from a previous PSECT directive,
e.g.:
(868) argument to "delta" psect flag must specify a positive constant
The parameter to the PSECT assembler directive’s DELTA option must be a positive constant num-
ber, e.g.:
444
PSECT text,class=CODE,size=-200
psect spdata,class=RAM,size=400
; elsewhere:
psect spdata,class=RAM,size=500
psect test,class=CODE,reloc=-4
psect spdata,class=RAM,reloc=4
; elsewhere:
psect spdata,class=RAM,reloc=8
PSECT text,class=CODE,delta=-2
; negative delta value doesn’t make sense
; the reloc must be positive
; a negative size?
Error and Warning Messages
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)

Related parts for SW500010