GP-3786: Fixed 6x09 STU instruction to store U register

This commit is contained in:
ghidorahrex
2023-08-25 14:36:48 +00:00
parent 5888ac64e1
commit 32d827c9bd

View File

@@ -1268,7 +1268,7 @@ macro PushEntireState()
:STU OP2 is (op=0xDF | op=0xEF | op=0xFF) ... & OP2
{
storeRegister(X, OP2);
storeRegister(U, OP2);
}
################################################################