Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

Regs Struct Reference

#include <cpu.h>


Detailed Description

Registers.

Structure containing all registers of 6502

Definition at line 16 of file cpu.h.

Data Fields

UINT PC
unsigned char X
unsigned char Y
unsigned char A
unsigned char P
UINT S


Field Documentation

unsigned char Regs::A
 

Accumulator

Definition at line 30 of file debugdll.c.

unsigned char Regs::P
 

Status register

Definition at line 31 of file debugdll.c.

UINT Regs::PC
 

Program counter

Definition at line 27 of file debugdll.c.

UINT Regs::S
 

Stack pointer

Definition at line 32 of file debugdll.c.

unsigned char Regs::X
 

Index register X

Definition at line 28 of file debugdll.c.

unsigned char Regs::Y
 

Index register Y

Definition at line 29 of file debugdll.c.


The documentation for this struct was generated from the following files:
Generated on Fri Sep 6 18:32:16 2002 for Emu6502 by doxygen1.2.17