Implement a few stack instructions

This commit is contained in:
2025-07-24 08:36:37 -04:00
parent fc82e99d9f
commit afb90fee06
2 changed files with 68 additions and 0 deletions

View File

@@ -327,6 +327,12 @@ public:
void ROR_AbsoluteX();
void ROR_DirectPage();
void ROR_DirectPageX();
void PEA();
void PEI();
void PER();
void REP();
void RTI();
};
#endif //CPU_H