SW500009 Microchip Technology, SW500009 Datasheet - Page 383

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
(793) unterminated macro argument
An argument to a macro is not terminated. Note that angle brackets ("< >") are used to quote macro
arguments.
(794) invalid number syntax
The syntax of a number is invalid. This can be, e.g. use of 8 or 9 in an octal number, or other
malformed numbers.
(796) use of LOCAL outside macros is illegal
The LOCAL directive is only legal inside macros. It defines local labels that will be unique for each
invocation of the macro.
(797) syntax error in LOCAL argument
A symbol defined using the LOCAL assembler directive in an assembler macro is syntactically incor-
rect. Ensure that all symbols and all other assembler identifiers conform with the assembly language
of the target device.
(798) macro argument may not appear after LOCAL
The list of labels after the directive LOCAL may not include any of the formal parameters to the
macro, e.g.:
(799) REPT argument must be >= 0
The argument to a REPT directive must be greater than zero, e.g.:
(800) undefined symbol "*"
The named symbol is not defined in this module, and has not been specified GLOBAL.
mmm macro a1
ENDM
rept -2
endm
move r0, #a1
LOCAL a1
move r0, [r1]++
; woops -- the macro parameter cannot be used with local
; -2 copies of this code? */
(Assembler, Optimiser)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
369

Related parts for SW500009