#include <APU.hpp>
|
| uint8_t | x |
| | The X index register. More...
|
| |
| union { |
| struct { |
| uint8_t a |
| | The Accumulator register. More...
|
| |
| uint8_t y |
| | The Y Index register. More...
|
| |
| } | |
| |
| uint16_t ya |
| |
| }; | |
| | The YA register. More...
|
| |
| uint8_t | sp |
| | The Stack pointer register. More...
|
| |
| union { |
| struct { |
| uint8_t pcl |
| |
| uint8_t pch |
| |
| } | |
| |
| uint16_t pc |
| |
| }; | |
| | The Program counter register. More...
|
| |
◆ @1
◆ @3
The Program counter register.
| uint8_t ComSquare::APU::InternalRegisters::a |
The Accumulator register.
◆ pc
| uint16_t ComSquare::APU::InternalRegisters::pc |
◆ pch
| uint8_t ComSquare::APU::InternalRegisters::pch |
◆ pcl
| uint8_t ComSquare::APU::InternalRegisters::pcl |
◆ sp
| uint8_t ComSquare::APU::InternalRegisters::sp |
The Stack pointer register.
| uint8_t ComSquare::APU::InternalRegisters::x |
| uint8_t ComSquare::APU::InternalRegisters::y |
◆ ya
| uint16_t ComSquare::APU::InternalRegisters::ya |
The documentation for this struct was generated from the following file: