User manual
10
mikoBasic PRO for PIC32
MikroElektronika
Logical Operations on Bit Level 220
Unsigned and Conversions 221
Signed and Conversions 221
Bitwise Shift Operators 221
Boolean Operators 222
Unary Operators 222
Unary Arithmetic Operators 222
Unary Bitwise Operator 222
Address and Indirection Operator 222
Sizeof Operator 223
Sizeof Applied to Expression 223
Sizeof Applied to Type 223
Expressions 224
Expression Evaluation 224
Statements 225
Assignment Statements 225
Conditional Statements 226
If Statement 226
Nested If statements 226
Select Case Statement 227
Nested switch 228
Iteration Statements (Loops) 228
For Statement 228
Endless Loop 229
While Statement 229
Do Statement 230
Jump Statements 230
Break and Continue Statements 230
Break Statement 230
Continue Statement 231
Exit Statement 231
Return Statement 231
Goto Statement 232
Gosub Statement 233
asm Statement 233
Accessing variables 233
Asm code and SSA optimization 234
Directives 235
Compiler Directives 235
Directives #DEFINE and #UNDEFINE 235
Directives #IFDEF, #IFNDEF, #ELSE and #ENDIF 235
Include Directive #I 236