SW500007 Microchip Technology, SW500007 Datasheet - Page 402

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
(872) psect 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:
(876) syntax error
A syntax error has been detected. This could be caused a number of things.
(915) no room for arguments
The code generator could not allocate any more memory.
388
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
(Preprocessor, Parser, Code Generator, Linker, Objtohex)
Error and Warning Messages
(Assembler, Optimiser)
(Assembler,Optimizer)
(Assembler)
(Assembler)
(Assembler)

Related parts for SW500007