add project reflections

This commit is contained in:
2025-11-21 10:26:49 -05:00
parent 912b16855a
commit 6140120443
10 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
This project was definitely the most difficult yet, but made sense after a while. I started with laying out the actions of what's going on functionally, turned that into pseudocode comments. Most of my time then turned into translating RISC-V style pseudocode into functional code, and debugging. Assembly makes sense, but only after a while. Documentation is kinda all over the place.