Rekai Nyangadzayi Musuka
2bf877d1ec
There was a bug where POP AF returned 0x1301. In this example, the A register would be set to 0x13, and the Flag register woud be set to 0x01, which is an invalid state considering only bits 4 -> 7 of the flag register are used. This commit masks the flag register with & 0xF0 whenever it is read or written to so that we can ensure that only the high bits can ever be potentially set |
||
---|---|---|
src | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |