spinix-hive/manpages/diag.txt

37 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

DIAG(1) User Commands DIAG(1)
NAME
diag - perform diagnostics
SYNOPSIS
diag
DESCRIPTION
diag implements the following commands:
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
LIMITATIONS
AUTHOR
Dave Hein
COPYRIGHT
Copyright (c) 2011, 2012, Dave Hein
MIT License (See license.txt in the root directory)
This is free software: you are free to change and redistribute it.
There is no warranty, to the extent permitted by law.
SPINIX utility November 2013 DIAG(1)