added more instructions
This commit is contained in:
parent
f872e19707
commit
a345421963
6 changed files with 558 additions and 39 deletions
|
@ -57,7 +57,16 @@ struct CPU
|
|||
Byte raw;
|
||||
} status;
|
||||
|
||||
Word pc;
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
Byte lo;
|
||||
Byte hi;
|
||||
};
|
||||
|
||||
Word word;
|
||||
} pc;
|
||||
|
||||
Byte remainingCycles;
|
||||
size_t totalCycles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue