[AR] More opcodes

This commit is contained in:
wheremyfoodat 2023-07-20 16:10:32 +03:00
parent 8e45b8c324
commit 08596c1a24
2 changed files with 102 additions and 6 deletions

View file

@ -14,7 +14,7 @@ class ActionReplay {
// When an instruction does not specify which offset or data register to use, we use the "active" one
// Which is by default #1 and may be changed by certain AR operations
u32 *activeOffset, *activeData;
u32 *activeOffset, *activeData, *activeStorage;
// Program counter
u32 pc = 0;