Skip to content

Commit cdcb61e

Browse files
committed
Status update
1 parent c17b444 commit cdcb61e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ See the [Wiki](https://github.com/Andy4495/Homemade-CPU/wiki) for design details
4444

4545
Create an emulator/disassembler: add support for the Homemade CPU to my existing [emulator-8-bit][1] application.
4646

47+
- [10-Oct-2025] The emulator and disassembler have been implemented, and some manual tests have been run. Still need to run more complete tests and create some automated test actions.
48+
4749
Initial circut:
4850

4951
- Program counter to access memory and load into `AC`
@@ -57,6 +59,6 @@ Initial circut:
5759
| Sep-2025 | Document project design goals. Set up repo. |
5860
| Oct-2025 | Initial CPU design: registers, addressing modes, opcode size and format, instruction set. |
5961
| | Create wiki. |
60-
| | Implement [emulator][1], starting with disassembler. |
62+
| | Implement [emulator][1]: disassembler, emulator, automated tests. |
6163

6264
[1]: https://github.com/Andy4495/emulator-8-bit

0 commit comments

Comments
 (0)