finished first row of opcodes

This commit is contained in:
radumacocian
2025-06-30 15:58:53 +02:00
parent eddfb7a0c6
commit 0f4a97bbf2
6 changed files with 105 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
# For the day:
- Understand the cpu flags and when they are set
# Conclusion
- Wrote helper functions for setting the flags after addition/subtraction
- Understood when the half-carry flag is set in addtions and subtractions
- ?The carry flag is not set of INC and DEC operations?