From 6a31e4492f76bc773e5047bd943a1dd8bdaa53f6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Wed, 15 Jul 2026 08:28:29 -0500 Subject: [PATCH] chore: upate todos --- docs/todos.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/todos.md b/docs/todos.md index 915459f..825dbbd 100644 --- a/docs/todos.md +++ b/docs/todos.md @@ -37,4 +37,7 @@ - [x] Print file contents - [x] Print instructions - [x] Make sure program occupies correct space in chip memory -- [ ] Parse individual instructions from binary CHIP-8 file +- [x] Parse individual instructions from binary CHIP-8 file +- [x] Print all instructions from CHIP-8 file +- [x] Write all CHIP-8 IBM logo opcodes to CSV file +- [ ] Implement opcodes present in the IMB logo CHIP-8 file