SW500010 Microchip Technology, SW500010 Datasheet - Page 441

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
(840) phase error
The assembler has calculated a different value for a symbol on two different passes. This is probably
due to bizarre use of macros or conditional assembly.
(841) bad source/destination for movfp/movpf instruction
The absolute address specified with the movfp/movpf instruction is too large.
(842) bad bit number
A bit number must be an absolute expression in the range 0-7.
(843) a macro name can’t also be an EQU/SET symbol
An EQU or SET symbol has been found with the same name as a macro. This is not allowed. For
example:
(844) lexical error
An unrecognized character or token has been seen in the input.
(845) symbol "*" defined more than once
This symbol has been defined in more than one place. The assembler will issue this error if a symbol
is defined more than once in the same module, e.g.:
The linker will issue this warning if the symbol (C or assembler) was defined multiple times in
different modules. The names of the modules are given in the error message. Note that C identifiers
often have an underscore prepended to their name after compilation.
getval MACRO
ENDM
getval EQU 55h
_next:
_next:
mov
move r0, #55
move [r1], r0
r0, r1
; oops -- choose a different name to the macro
; oops -- choose a different name
(Assembler, Optimiser)
(Assembler, Optimiser)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
441

Related parts for SW500010