Files
goboy/journal/Day 3 - 2025.06.30.md
2025-06-30 15:58:53 +02:00

8 lines
282 B
Markdown

# 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?