Skip to content

M6502Registers Class

Definition

Provides access to the M6502 registers.

public abstract class M6502Registers

Constructors

Name Description
M6502Registers()

Properties

Name Description
A Gets or sets the accumulator register.
P Gets or sets the processor status register.
PC Gets or sets the program counter.
S Gets or sets the stack pointer.
X Gets or sets the X index register.
Y Gets or sets the Y index register.