SW500010 Microchip Technology, SW500010 Datasheet - Page 443

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
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.:
(860) page width must be >= 49
The page width suboption to the LIST assembler directive must specify a with of at least 49.
(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.
ORG -10
psect text,class=CODE
; elsewhere:
psect text,local,class=CODE
LIST C=a0h
LIST N=-3
move r0, r1
move r2, r4
/ * this must a positive offset to the current psect * /
; page length must be positive
; constant must be decimal and positive,
try: LIST C=80
; text is implicitly global
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Linker)
443

Related parts for SW500010