1
31
DA (Disassemble)
Disassembles from a specified address.
None
DA ( start address )
Example: Ready >DA AC000000
Command
Function
Option
Format
G (Go)
Executes a program from a specified address.
None
G ( start address )
Example: Ready >G AC000000
Command
Function
Option
Format
S (Step)
Executes a program in units of steps from a specified address.
None
S (start address)
Example: Ready >S AC000000
Command
Function
Option
Format