mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 21:10:07 +00:00
8 lines
293 B
Markdown
8 lines
293 B
Markdown
# 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 |