Genesis Programming/Z80 programming considerations

Memory map

StartEndDescription
0000h1FFFhZ80 RAM
2000h3FFFhReserved
4000h YM2612 A0
4001h YM2612 D0
4002h YM2612 A1
4003h YM2612 D1
4004h5FFFhReserved
6000h Bank register
6001h7F10hReserved
7F11h PSG
7F12h7FFFhReserved
8000hFFFFh68000 memory bank

Z80 Architecture

Block diagram of the Z80 architecture.

Read more

There is a separate Wikibook on Z80 Assembly.

Category:Book:Genesis Programming#Z80%20programming%20considerations%20
Category:Book:Genesis Programming