I read a tutorial on creating a Game Boy emulator, I understand that Game Boy uses an 8-bit processor, but I can not understand why Gameboy uses two types of data: bytes (8 bits) and words (16 bits).
If the processor has a capacity of 8 bits, why can I use 16 bits?
cpu 16-bit gameboy 8bit
Toni
source share