Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 771 Bytes

File metadata and controls

26 lines (18 loc) · 771 Bytes

Configuration registers

The CPU contains a set of configuration registers that control some aspects of the CPU, such as the stack. There is room for up to 256 8 bit registers, but only a few are currently defined.

Index Content
$00 AF stack pointer
$01 BC stack pointer
$02 DE stack pointer
$03 HL stack pointer
$04 Stack lower bound
$05 Stack upper bound

Continue reading

Introduction and overview

Instruction groups

Opcode matrix

Alphabetical list of mnemonics

Configuration registers

Interrupts

Calling convention