Fun fact: Way more GBZ80 cores were produced for Gameboy hardware (118 million Gameboys and 81 million GBA) than all the Z80 chips produced for home computers and game consoles. [https://www.chibiakumas.com/z80/Gameboy.php Learn GBZ80 Assembly Programming with ChibiAkumas]
<br>
== Registers==
| PC (Program Counter) || 16-bit || Points to the next instruction || Automatically increments as instructions execute
|}
<br>
== GBZ80 instructions ==
| ccf || 00111111 || 1 || - || 0 || X || X || hf := cf, cf := ~cf || Complement Carry Flag
|}
<br>
== Opcodes ==