User manual
mikroC PRO for dsPIC
MikroElektronika
11
Bitwise Shift Operators 243
Bitwise vs. Logical 243
Logical Operators 244
Logical Operators Overview 244
Logical Operations 244
Logical Expressions and Side Effects 244
Logical vs. Bitwise 245
Conditional Operator ? : 245
Conditional Operator Rules 245
Assignment Operators 246
Simple Assignment Operator 246
Compound Assignment Operators 246
Assignment Rules 246
Unary Operators 247
Unary Arithmetic Operators 247
Unary Logical Operator 248
Unary Bitwise Operator 248
Address and Indirection Operator 248
Sizeof Operator 249
Sizeof Applied to Expression 249
Sizeof Applied to Type 249
Expressions 250
Comma Expressions 250
Statements 251
Labeled Statements 251
Expression Statements 252
Selection Statements 252
If Statement 252
Nested If statements 252
Switch Statement 253
Nested switch 254
Iteration Statements (Loops) 254
While Statement 254
Do Statement 254
For Statement 255
Jump Statements 256
Break and Continue Statements 256
Break Statement 256
Continue Statement 256
Goto Statement 257
Return Statement 257
Compound Statements (Blocks) 258
Preprocessor 258