Next: Checkpoint commands, Previous: Memory commands, Up: Monitor [Contents][Index]
a <address> [ <instruction> [: <instruction>]* ]
Assemble instructions to the specified address. If only one instruction is specified, enter assembly mode (enter an empty line to exit assembly mode).
disass [<address> [<address>]]
d [<address> [<address>]]
Disassemble instructions. If two addresses are specified, they are used as a start and end address. If only one is specified, it is treated as the start address and a default number of instructions are disassembled. If no addresses are specified, a default number of instructions are disassembled from the dot address.