added half carry flags

This commit is contained in:
radumacocian
2025-06-30 14:34:58 +02:00
parent e323266814
commit 5f6ee58378
4 changed files with 57 additions and 7 deletions

View File

@@ -1 +1,5 @@
[Opcodes Table](https://meganesulli.com/blog/game-boy-opcodes/)
[Opcodes Table](https://meganesulli.com/blog/game-boy-opcodes/)
[Registers & Flags](https://gbdev.io/pandocs/CPU_Registers_and_Flags.html)
- run command: go run . roms/rom.gb
- test command: go test ./...