Command | Example | Operation |
---|
calc | calc | Starts a simple stack-oriented calculator (see text). |
clear | clear | Clear the screen of the system console terminal. |
help | help | List one-line summaries of all available commands. Use control-S and control-Q to control the scrolling of the display. |
g [-b|-h|-w | -d] [addr | $regname] | g $a1 0x882fadf8: 4294967295 0xffffffff | Display one byte, halfword, word or doubleword (default word) of memory, or the contents of one register at the time symmon was entered, in decimal and hex. |
p [-b|-h|-w | -d] [addr | $regname] value | p -w 0xc0000000 4095 | Write a byte, halfword, word, or doubleword (default word) into a saved register or into memory at the specified address. |