| void M6502.Registers.RegistersState.ChangeFlag |
( |
StatusFlags |
flag, |
|
|
bool |
value |
|
) |
| |
| byte M6502.Registers.RegistersState.Accumulator |
|
getset |
8-bit register used for arithmetic operations.
8-bit register containing processor status.
| byte M6502.Registers.RegistersState.IndexRegisterX |
|
getset |
8-bit register used in various memory addressing modes.
| byte M6502.Registers.RegistersState.IndexRegisterY |
|
getset |
8-bit register used in various memory addressing modes.
| ushort M6502.Registers.RegistersState.ProgramCounter |
|
getset |
16-bit register containing address of the executing instruction.
| byte M6502.Registers.RegistersState.StackPointer |
|
getset |
8-bit register containing address of the stack pointer.
The documentation for this class was generated from the following file: