Part III — The Z80 Emulator
Part III covers the Z80 emulator embedded in the debug adapter. You will learn how the CPU state is represented, how instructions are decoded and executed, how memory and I/O are modelled, and how the emulator integrates with the debugger’s execution loop.
- Chapter 6 — The Z80 Runtime
- Chapter 7 — Instruction Decoding
- Chapter 8 — Memory, I/O, and Interrupts