(issues) todo - Remove 'return pure machine code from assembler' entry

This commit is contained in:
n loewen 2023-08-24 13:18:39 +01:00
parent 1dc535a71e
commit 527d70fcdf
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ For extended commentary, see [issues](issues.md).
### Features
- [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
- (cpu) Consider adding a VIP-style keypad-based machine code monitor