mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-08-09 22:24:58 +00:00
Updated User Manual Command Reference (markdown)
@@ -827,14 +827,22 @@ Wr: B002 = E3
|
|||||||
|
|
||||||
## exec (e)
|
## exec (e)
|
||||||
|
|
||||||
TODO
|
Executes an arbitrary 1, 2 or 3 byte instruction.
|
||||||
|
|
||||||
|
_Usage: e \<op1\> \[ \<op2\> \[ \<op2\> \] \]
|
||||||
|
|
||||||
|
This command should be considered experimental, as sometimes the results can be hard to understand.
|
||||||
|
|
||||||
|
When executing this command, the 6502 will initially be paused part way through the current instruction. That instruction is allowed to complete, then the specified instruction is injected, then a JMP instruction is executed to return the PC back to the original value.
|
||||||
|
|
||||||
## go (g)
|
## go (g)
|
||||||
|
|
||||||
This command updates the program counter to the specified address.
|
Updates the program counter to the specified address, ready to continue execution from that point.
|
||||||
|
|
||||||
_Usage: g <address>_
|
_Usage: g <address>_
|
||||||
|
|
||||||
|
The implementation currently injects a JMP into the instruction stream.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
>> c
|
>> c
|
||||||
|
Reference in New Issue
Block a user