Implement yet even more instructions.

This commit is contained in:
Skyth
2024-09-16 14:18:19 +03:00
parent 2dd35c4611
commit 3a887e6e2c
2 changed files with 50 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ struct PPCContext
uint64_t ctr;
PPCXERRegister xer;
PPCRegister reserved;
uint32_t msr;
uint32_t fpscr;
union
{