Implement Stack Instructions

This commit is contained in:
2025-07-23 08:32:28 -04:00
parent 4ac3dd4f89
commit cc1439843e
2 changed files with 147 additions and 4 deletions

View File

@@ -170,6 +170,20 @@ public:
void JSR_AbsoluteIndirectX();
void RTS();
void RTL();
void PHA();
void PLA();
void PHX();
void PLX();
void PHY();
void PLY();
void PHP();
void PLP();
void PHB();
void PLB();
void PHD();
void PLD();
void PHK();
};
#endif //CPU_H