SW500009 Microchip Technology, SW500009 Datasheet - Page 391

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Error and Warning Messages
(870) argument to "pad" psect flag must specify a positive constant
The parameter to the PSECT assembler directive’s ’PAD’ option must be a non-zero positive integer.
(871) argument to "space" psect flag must specify a positive constant
The parameter to the PSECT assembler directive’s space option must be a positive constant number,
e.g.:
(872) psect flag "space" redefined
The space flag to the PSECT assembler directive is different from a previous PSECT directive, e.g.:
(873) a psect may only be in one class
You cannot assign a psect to more than one class. The psect was defined differently at this point than
when it was defined elsewhere. A psect’s class is specified via a flag as in the following:
Look for other psect definitions that specify a different class name.
(874) a psect may only have one "with" option
A psect can only be placed with one other psect. A psect’s with option is specified via a flag as in
the following:
Look for other psect definitions that specify a different with psect name.
(875) bad character constant in expression
The character constant was expected to consist of only one character, but was found to be greater
than one character or none at all. An assembler specific example:
PSECT text,class=CODE,space=-1 ; space values start at zero
psect spdata,class=RAM,space=0
; elsewhere:
psect spdata,class=RAM,space=1
psect text,class=CODE
psect bss,with=data
mov r0, #’12’
; ’12’ specifies two characters
(Assembler,Optimizer)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
377

Related parts for SW500009