SW500010 Microchip Technology, SW500010 Datasheet - Page 434

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
(767) constant truncated to bitfield width
A constant value is too large for a bitfield structure member on which it is operating, e.g.
(768) constant relational expression
There is a relational expression that will always be true or false. This may be because e.g. you
are comparing an unsigned number with a negative value, or comparing a variable with a value
greater than the largest number it can represent, e.g.:
(769) no space for macro definition
The assembler has run out of memory.
(772) include files nested too deep
Macro expansions and include file handling have filled up the assembler’s internal stack. The maxi-
mum number of open macros and include files is 30.
(773) macro expansions nested too deep
Macro expansions in the assembler are nested too deep. The limit is 30 macros and include files
nested at one time.
(774) too many macro parameters
There are too many macro parameters on this macro definition.
(776) can’t allocate space for object "*" (offs: *)
The assembler has run out of memory.
434
struct INPUT {
} input_grp;
input_grp.a |= 0x13;
/ * 13h to large for 3-bit wide object * /
unsigned int a;
if(a == -10)
unsigned a : 3;
unsigned b : 5;
b = 9;
/ * if a is unsigned, how can it be -10? * /
Error and Warning Messages
(Code Generator)
(Code Generator)
(Assembler)
(Assembler)
(Assembler)
(Assembler)
(Assembler)

Related parts for SW500010