SW500008 Microchip Technology, SW500008 Datasheet - Page 400

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
(855) ORG argument must be a positive constant
An argument to the ORG assembler directive must be a positive constant or a symbol which has been
equated to a positive constant, e.g.:
(857) psect may not be local and global
A local psect may not have the same name as a global psect, e.g.:
The global flag is the default for a psect if its scope is not explicitly stated.
(859) C= must specify a positive constant
The parameter to the LIST assembler control’s C= option (which sets the column width of the listing
output) must be a positive decimal constant number, e.g.:
(861) N= must specify a positive constant
The parameter to the LIST assembler control’s N option (which sets the page length for the listing
output) must be a positive constant number, e.g.:
(862) symbol is not external
A symbol has been declared as EXTRN but is also defined in the current module.
(863) symbol cannot 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.
386
ORG -10 /* this must a positive offset to the current psect */
psect text,class=CODE
; elsewhere:
psect text,local,class=CODE
LIST C=a0h ; constant must be decimal and positive, try: LIST C=80
LIST N=-3 ; page length must be positive
move r0, r1
move r2, r4
; text is implicitly global
Error and Warning Messages
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Linker)

Related parts for SW500008