12 lines
581 B
Plaintext
12 lines
581 B
Plaintext
|
help - Print commands
|
||
|
exit - Exit diag
|
||
|
stack - Print the amount of unused stack space
|
||
|
malloc - Print the malloc and free lists
|
||
|
peek address - Print value at address in EEPROM
|
||
|
poke address num - Write value at address in EEPROM
|
||
|
dump address num - Print num values statring at address in EEPROM
|
||
|
peekm address - Print value at address in memory
|
||
|
pokem address num - Write value at address in memory
|
||
|
dumpm address num - Print num values statring at address in memory
|
||
|
filename - Execute an application file
|