Added recompiled versions of CLC, CLD, CLI, CMC, STC, STD and STI.
This commit is contained in:
parent
a4d3aa1912
commit
e012420f90
5 changed files with 67 additions and 4 deletions
|
|
@ -134,6 +134,8 @@ struct
|
|||
|
||||
[IREG_NPXCx] = {REG_WORD, &cpu_state.npxc, REG_INTEGER},
|
||||
[IREG_NPXSx] = {REG_WORD, &cpu_state.npxs, REG_INTEGER},
|
||||
|
||||
[IREG_flagsx] = {REG_WORD, &cpu_state.flags, REG_INTEGER},
|
||||
|
||||
/*Temporary registers are stored on the stack, and are not guaranteed to
|
||||
be preserved across uOPs. They will not be written back if they will
|
||||
|
|
|
|||
Loading…
Reference in a new issue