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

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
goto
Statement: goto label;
The goto statement cause an unconditional branch to the label.
The syntax is
A label has the same form as a variable name, and is followed by a colon. The goto's are used
sparingly, if at all.
Example:
goto loop;
Also See:
label
Statement: label: stmt;
Example:
loop: i++;
Also See:
break
Statement: break;
The break statement is used to exit out of a control loop. It provides an early exit from while, for ,do
and switch.
The syntax is
It causes the innermost enclosing loop(or switch) to be exited immediately.
Example:
break;
Also See:
goto label;
break;
Statements
Statements
Statements
35

Related parts for PCWHD IDE COMPILER