Download Dynamic C 32 technical reference

Transcript
-> right arrow ...................... 116
. dot ..................................... 116
/ division ............................. 119
/= assign .............................. 123
< less than ........................... 120
<< shift left ......................... 120
<<= assign .......................... 123
<= less than or equal ........... 120
= assign ............................... 122
== equal .............................. 121
> greater than ...................... 121
>= greater than or equal ...... 121
>> shift right ....................... 120
>>= assign .......................... 123
? : conditional ..................... 122
[ ] array indices ................... 116
^ bitwise exclusive OR ....... 121
^= assign ............................. 123
| | logical OR ....................... 122
| bitwise inclusive OR ......... 122
|= assign .............................. 123
~ bitwise complement ......... 117
assignment .................. 122, 123
associativity ................ 115, 124
binary .................................. 115
comma ................................ 123
conditional .......................... 122
decrement ............................ 117
in assembly language .......... 133
logical ......................... 117, 122
minus .................................. 118
precedence .................. 115, 124
relational ..................... 120, 121
sizeof ................................... 119
unary ................................... 115
unary minus ........................ 118
optimization ............................ 188
Optimize For (size or speed) ..... 62
Options
Display .................................. 66
options
compiler ........ 58, 59, 60, 61, 62
debugger ......................... 58, 62
display ............................. 58, 66
236 • Index
editor ..................................... 58
memory ........................... 58, 63
serial ................................ 58, 67
OPTIONS menu 30, 40, 41, 50, 51,
58, 59, 60, 61, 62, 63, 64, 65,
66, 67, 71, 94, 202
OR assign operator (|=) ........... 123
OR logical operator (| |) .......... 122
output
analog ................................... 16
digital .................................... 16
high-current .......................... 16
Output Generation .................... 60
Create HEX File Also ........... 60
Zero Time Stamp .................. 60
P
PageDown key .......................... 40
PageUp key ............................... 40
parallel processes ................ 18, 21
passing arguments 18, 23, 95, 135,
136, 141, 142, 143
passwords in DLM ......... 170, 172
Paste .......................................... 47
pasting text <CTRL-V> ...... 46, 47
PC ......................... 16, 52, 67, 134
COM port ...................... 29, 169
serial port .............................. 29
PC (program counter) ............. 184
physical address ................ 97, 199
physical memory 25, 63, 64, 96, 97,
98, 111, 127, 128, 198, 199,
200, 201, 202, 203, 204, 205,
206
PLU ......................................... 180
cautions and disclaimers .... 176,
179
common problems .............. 180
Dump .................................. 177
Generic upload .................... 179
Help .................................... 177
Manual software reset ......... 180
Open ................................... 180
program mode ..................... 178
Dynamic C 32 v. 6.x