Implement more instructions.

This commit is contained in:
Skyth
2024-09-15 15:32:29 +03:00
parent 26122def54
commit d2c5000af1
2 changed files with 76 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ struct PPCContext
uint64_t lr;
uint64_t ctr;
PPCXERRegister xer;
PPCRegister reserved;
union
{