Implement State Clear Instructions

This commit is contained in:
2025-07-23 19:16:20 -04:00
parent 6132f173c4
commit c0bfc265d0
2 changed files with 31 additions and 0 deletions

View File

@@ -251,6 +251,11 @@ public:
void BVC_Relative();
void BVS_Relative();
void BRK();
void CLC();
void CLD();
void CLI();
void CLV();
};
#endif //CPU_H