SW500010 Microchip Technology, SW500010 Datasheet - Page 357

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
(201) taking the address of this object is illegal
The expression which was the operand of the
lvalue") and therefore its address can not be defined, e.g.:
(202) only lvalues may be assigned to or modified
Only an lvalue (i.e. an identifier or expression directly denoting addressable storage) can be assigned
to or otherwise modified, e.g.:
A typecast does not yield an lvalue, e.g.:
However you can write this using pointers:
(203) illegal operation on bit variable
Not all operations on bit variables are supported. This operation is one of those, e.g.:
ip = &8;
int array[10];
int * ip;
char c;
array = ip;
/ * the contents of c cast to int
(int)c = 1;
* (int * )&c = 1
bit
int * ip;
ip = &b;
is only a intermediate value * /
b;
/ * oops -- you can’t take the address of a literal * /
/ * oops --
cannot take the address of a bit object * /
/ * array isn’t a variable,
it can’t be written to * /
&
operator is not one that denotes memory storage ("an
(Parser)
(Parser)
(Parser)
357

Related parts for SW500010