User`s manual

Dynamic C Users Manual digi.com 363
main function .................................... 33, 46, 208, 331
map file ................................................................. 343
max number of characters read ............................. 147
MBR ..................................................................... 164
memory
address space ..................................................... 125
configuration macros ........................................ 132
DATAORG ............................................... 333, 335
dump ................................................................. 257
dump at address ................................................ 258
dump flash ......................................................... 258
dump to file ....................................................... 258
extended .................................................... 183, 220
management .............................................. 194, 211
map ............................................................ 125, 343
root ............................................ 127, 176, 211, 333
use_2ndflash_code ............................................ 126
memory management unit .................................... 125
menus
close all open .................................................... 246
Compile ............................................................. 253
Edit .................................................................... 249
Help ................................................................... 299
Inspect ....................................................... 257, 293
Options .............................................................. 261
Run .................................................................... 255
message window ........................................... 251, 293
metadata ................................................................ 136
Micro C/OS-II ....................................................... 168
MMU .................................................................... 125
mode
changing ............................................................ 256
debug (run) ........................................................ 251
edit .................................................................... 251
print preview ..................................................... 248
modules ..................................................... 47, 50, 345
body ........................................................ 48, 49, 50
example ............................................................... 50
header .................................................... 48, 50, 201
key ....................................................................... 48
mouse .................................................................... 245
MS_TIMER .................................................. 114, 341
multitasking
cooperative .......................................................... 53
preemptive .......................................................... 70
multitasking compatibility .................................... 168
N
names .............................................................. 26, 167
#define ................................................................ 26
in assembly ....................................................... 176
Next error <CTRL-N> .......................................... 251
nodebug ................. 171, 209, 255, 258, 281, 330, 331
non-blocking ................................................. 140, 150
norst ...................................................................... 209
nouseix .................................................................. 209
NULL ................................................................... 209
num_fat_devices ................................................... 144
O
octal integer ............................................................ 29
offsets in assembly ....................................... 182, 183
online help ...................................................... 52, 301
opening a file ........................................................ 146
operators ............................................................... 231
# and ## (macros) ............................................... 27
arithmetic operators .......................................... 232
decrement (--) ......................................... 234
division (/) .............................................. 233
increment (++) ....................................... 234
indirection (*) ......................................... 233
minus (-) ................................................. 232
modulus (%) ........................................... 234
multiplication (*) .................................... 233
plus (+) ................................................... 232
pointers ................................................... 233
post-decrement (--) ................................. 234
post-increment (++) ............................... 234
pre-decrement (--) .................................. 234
pre-increment (++) ................................. 234
assignment operators ........................................ 235
add assign (+=) ....................................... 235
AND assign (&=) ................................... 236
assign (=) ................................................ 235
divide assign (/=) .................................... 235
modulo assign (%=) ............................... 235
multiply assign (*=) ............................... 235
OR assign (|=) ........................................ 236
shift left (<<=) ........................................ 235
shift right (>>=) ...................................... 236
subtract assign (-=) ................................. 235
XOR assign (^=) .................................... 236
associativity .............................................. 231, 232
binary ................................................................ 231
bitwise operators
address (&) ............................................. 237
bitwise AND (&) .................................... 237
bitwise exclusive OR (^) ........................ 237
bitwise inclusive OR (|) .......................... 237
complement (~) ...................................... 237
pointers ................................................... 237
shift left (<<) .......................................... 236
shift right (>>) ........................................ 236
comma .............................................................. 244
conditional operators (? :) ................................. 242
equality operators ............................................. 239
equal (==) ............................................... 239
not equal (!=) .......................................... 239