SW500009 Microchip Technology, SW500009 Datasheet - Page 389

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
(856) ALIGN argument must be a positive constant
The align assembler directive requires a non-zero positive integer argument.
(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) argument to C option 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) argument to N option 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 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.
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
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Linker)
375

Related parts for SW500009