(issues) todos - Change entry to point to "execute JMP FF on startup" issue

This commit is contained in:
n loewen 2023-08-24 12:17:42 +01:00
parent 68ae53a245
commit f0632b0969
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ For extended commentary, see [issues](issues.md).
### Features
- [fix] Implement ROM — see [2023-08-24](../2023-08-24--dev-notes.md#cpu-start-up)
- [fix] (cpu) Execute `JMP $FF` on startup / Implement ROM — see [#2](issues.md#2---startup-execute-jmp-ff)
- (assembler) Return pure machine code when printing to stdout (and not in debug mode)
- (assembler) Validate labels
- (assembler) Extract debugging to its own module