The Z80 is an 8-bit CPU designed by Zilog to be a backwards-compatible enhancement of the Intel 8080.
I have gotten round to implementing the ADD A,r set of opcodes on my Z80 core. I had a …
math assembly z80 carryflag signed-overflowThe Game Boy Z80 CPU has a half-carry flag, and I can't seem to find much information about when to …
emulation z80 gameboyApologies for this seemingly minor question, but I can't seem to find the answer anywhere - I'm just coming up …
math bcd z80