setup getters and setters for combined registers

This commit is contained in:
radumaco
2025-04-19 20:27:44 +02:00
parent 43ea4b70e0
commit d26e6b7436
5 changed files with 120 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
# For the day:
- Setup registers reads and writes
# Conclusion
- Can read and write to combined registers
- Using a private function in the cpu to work with combined registers
- Have named functions for the used combined registers for ease of use
- Added unit tests for the combined registers