mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-17 18:30:25 +00:00
Updated User Manual Command Reference (markdown)
parent
9e0f574265
commit
e4f575fabd
@ -12,6 +12,7 @@
|
||||
* [fill (f)](#fill-f)
|
||||
* [help (h)](#help-h)
|
||||
* [mem (m)](#mem-m)
|
||||
* [next (n)](#next-n)
|
||||
* [rdm (rd)](#rdm-rd)
|
||||
* [regs (r)](#regs-r)
|
||||
* [reset (res)](#reset-res)
|
||||
@ -305,6 +306,16 @@ FFE0 6C 0C 02 6C 0A 02 20 E3 FF C9 0D D0 07 A9 0A 20 l..l.. ........
|
||||
FFF0 F4 FF A9 0D 6C 08 02 6C 06 02 C7 FF 3F FF B2 FF ....l..l....?...
|
||||
```
|
||||
|
||||
## next (n)
|
||||
|
||||
Sets a breakpoint on the next instruction, then continues execution of the current instruction.
|
||||
|
||||
_Usage: n_
|
||||
|
||||
This is useful when single stepping, to step over a subroutince call, or to exit a loop that uses a backwards branch.
|
||||
|
||||
The breakpoint is marked as transient, meaning it is automatically deleted when it is hit.
|
||||
|
||||
## rdm (rd)
|
||||
|
||||
Reads a single host memory address.
|
||||
|
Loading…
x
Reference in New Issue
Block a user