Implement? Block Move Instructions

This commit is contained in:
2025-07-23 21:51:14 -04:00
parent 8706874c4d
commit 2111163f78
2 changed files with 60 additions and 0 deletions

View File

@@ -306,6 +306,9 @@ public:
void ORA_AbsoluteLongX();
void ORA_StackRelative();
void ORA_StackRelativeIndirectY();
void MVN();
void MVP();
};
#endif //CPU_H