PZ80emu  0.1
Data Fields
z80 Struct Reference

#include <z80.h>

Collaboration diagram for z80:
Collaboration graph
[legend]

Data Fields

int counter
 
word pc
 
word af
 
word bc
 
word de
 
word hl
 
word ix
 
word iy
 
word ir
 
word _af
 
word _bc
 
word _de
 
word _hl
 
word sp
 
struct busbus
 
interrupt_mode im
 
bool iff1
 
bool iff2
 

Detailed Description

Collection of registers comprising a Z80 CPU

Field Documentation

◆ _af

word z80::_af

AF' register pair

◆ _bc

word z80::_bc

BC' register pair

◆ _de

word z80::_de

DE' register pair

◆ _hl

word z80::_hl

HL' register pair

◆ af

word z80::af

AF register pair

◆ bc

word z80::bc

BC register pair

◆ bus

struct bus* z80::bus

Address/Data Bus

◆ counter

int z80::counter

interrupt counter

◆ de

word z80::de

DE register pair

◆ hl

word z80::hl

HL register pair

◆ iff1

bool z80::iff1

Interrupt FlipFlop 1

◆ iff2

bool z80::iff2

Interrupt FlipFlip 2

◆ im

interrupt_mode z80::im

Interrupt Mode

◆ ir

word z80::ir

IR register

◆ ix

word z80::ix

IX register

◆ iy

word z80::iy

IY register

◆ pc

word z80::pc

program counter

◆ sp

word z80::sp

Stack Pointer


The documentation for this struct was generated from the following file: