[<<][staapl][>>][..]
Mon Dec 15 12:59:58 CET 2008
list of interactive commands
Some of these are prefix commands: commands that take literal inputs
from the command input stream, instead of the data stack.
see <word> \ Disassemble <word>
ul <path> \ Replace current marked upload with file's program
<n> abd \ Dump data block n (64 bytes)
<n> fbd \ Dump flash block n (32 words)
<n> p | ps | px \ Print byte value as unsigned, signed or hex
<n> _p | _ps | _px \ Print word value (2 bytes) as unsigned, signed or hex
<n> kb \ Print a memory map for the first n kilobytes.
words \ Print on-target words, usable interactively
macros \ Print all defined names, usable in program code
ts | tss | tsx \ Print data stack bytes in unsigned, signed or hex
_ts | _tss | _tsx \ Print data stack words (2 bytes) in unsigned, signed or hex
Other more advanced commands:
load <path> \ Load and compile a file (doesn't upload)
[Reply][About][<<][staapl][>>][..]