Implement STZ Instructions

This commit is contained in:
2025-07-28 11:29:44 -04:00
parent 6be52bf145
commit 4d6b8e7d20
2 changed files with 72 additions and 1 deletions

View File

@@ -367,6 +367,11 @@ public:
void SEP();
void STP();
void STZ_Absolute();
void STZ_AbsoluteX();
void STZ_DirectPage();
void STZ_DirectPageX();
};
#endif //CPU_H