Go to file
Nick Krichevsky e416e607df Fix bug where the zero flag wouldn't be set if the carry flag was set
I have no idea why I thought this was correct
2023-04-21 12:25:15 -04:00
src Fix bug where the zero flag wouldn't be set if the carry flag was set 2023-04-21 12:25:15 -04:00
tests/cpu Fix bug where the zero flag wouldn't be set if the carry flag was set 2023-04-21 12:25:15 -04:00
.gitignore Initial commit. Add registers 2022-04-01 18:11:09 -04:00
Cargo.lock Add Display on register traits 2022-04-08 16:38:46 -04:00
Cargo.toml Add Display on register traits 2022-04-08 16:38:46 -04:00