---------------------------------------------------- Data Window scroll around dataspace ---------------------------------------------------- Code Window scroll around codespace change to user codespace change to system codespace ------------------------------------------------- Command Window c clock cpu executes a single clock cycle. r run program starts simulator running. (data, code & cpu windows not updated) (saves lots of host time) :run [length] run simulator for [length] cycles :l load program with root of :r reload program :q quit simulator :r load register rn :pc load program counter :ssp load system stack pointer :usp load user stack pointer :ld load explicit instruction word into IR :sb
set data byte at
to :sw
set data word at
to :flush flush all pipeline registers :reset flush all registers :clear clear faults in SR :zero flush all program statistics :break list breakpoints :ubreak
set user breakpoint at
:sbreak
set system breakpoint at
:ubreakr
remove user breakpoint at
:sbreakr
remove system breakpoint at
:ubreakf remove all user breakpoints :sbreakf remove all system breakpoints :help show this help :about show about screen ----------------------------------------------------------------