Sunday 10 October 2021

ZX Spectrum Next z88dk banking example

The Spectrum Next's z80 processor can only directly address 64k of memory but the ZX Spectrum 128 and ZX Spectrun Next models are equipped with far more physical memory than this. 

Bank switching is used to access this extra memory.

This example explains how to implement bank switching in C code using z88DK compiler. 

https://github.com/pdj102/bankingExample