PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 45

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
STATEMENTS
Statements
STATEMENT
if
while
do
for
switch
case cexpr: stmt; //one or more
case [default:stmt]
... }
return
goto
label: stmt;
break;
continue;
expr;
;
{[stmt]}
Zero or more
(expr) stmt; [else stmt;]
Note: Items in [ ] are optional
stmt while (expr);
(expr1;expr2;expr3) stmt;
label;
(expr) stmt;
[expr];
(expr) {
if (x==25)
x=1;
else
x=x+1;
while (get_rtcc()!=0)
putc(„n‟);
do {
putc(c=getc());
} while (c!=0);
for (i=1;i<=10;++i)
printf(“%u\r\n”,i);
switch (cmd) {
return (5);
goto loop;
loop: I++;
break;
continue;
i=1;
;
{a=1;
b=1;}
case 0:
case 1: priintf(“cmd 1”);
default: printf(“bad cmd”);
break;
break;
break; }
printf(“cmd 0”);
31

Related parts for PCWHD IDE COMPILER