Skip to content

Commit

Permalink
Minor doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bayerf42 committed Jan 14, 2023
1 parent f624916 commit dccc136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ which creates `monitor.bin` in the parallel `rom` directory.
* Plug the chip into the EPROM socket on the 68008 Kit and power on.
* The LED should display `68008 4.8` now.

If you don't want to build it yourself, a pre-built ROM image `monitor.bin`
is included in the release.


## Printing the keyboard sticker (optional)

The new Monitor defines several new key combinations to access all its features. Though the
Expand Down
4 changes: 2 additions & 2 deletions doc/monitor_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Changes from V4.7 to V4.8
Summary of new key commands (original key labels)
=================================================
* Dumping to terminal
* **DUMP** dump memory to terminal (*original*)
* **DUMP** dump memory to terminal (*as before*)
* **REG** **REL** list disassembly to terminal
* **REG** **DUMP** dump registers to terminal
* **REG** **LOAD** list dynamic breakpoints to terminal
Expand All @@ -519,7 +519,7 @@ Summary of new key commands (original key labels)
* **REG** **_An_** **ADDR** set current memory address from address register _An_
* **REG** **ADDR** set current memory address from pointer in memory
* Stepping
* **STEP** step into subroutines and traps (*original*)
* **STEP** step into subroutines and traps (*as before*)
* **USER** step over subroutines and traps
* **REG** **STEP** step continue
* **REG** **USER** step out of a subroutine
Expand Down

0 comments on commit dccc136

Please sign in to comment.