User manual

178
mikoC PRO for dsPIC
MikroElektronika
- Jump Statements
- Break and Continue Statements
- Goto Statement
- Return Statement
- Compound Statements (Blocks)
- Preprocessor
- Introduction to Preprocessor
- Preprocessor Directives
- Macros
- File Inclusion
- Preprocessor Operators
- Conditional Compilation
Lexical Elements Overview
The following topics provide a formal denition of the mikroC PRO for dsPIC30/33 and PIC24 lexical elements. They
describe different categories of word-like units (tokens) recognized by the mikroC PRO for dsPIC30/33 and PIC24.
In the tokenizing phase of compilation, the source code le is parsed (that is, broken down) into tokens and whitespace.
The tokens in the mikroC PRO for dsPIC30/33 and PIC24 are derived from a series of operations performed on your
programs by the compiler and its built-in preprocessor.