Skip to content

M6502InstructionRegisters Class

Definition

Provides access to the M6502 registers.

public sealed class M6502InstructionRegisters : M6502Registers

View source

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.