Implement missing Compare Instructions

This commit is contained in:
2025-07-23 19:28:35 -04:00
parent c0bfc265d0
commit 3414d11723
2 changed files with 98 additions and 11 deletions

View File

@@ -256,6 +256,11 @@ public:
void CLD();
void CLI();
void CLV();
void CMP_StackRelative();
void CMP_IndirectDirectPageLong();
void CMP_StackRelativeIndirectY();
void CMP_IndirectDirectPageLongY();
};
#endif //CPU_H