Lazy flags code now handles carry flag.
This commit is contained in:
parent
b4592cdea3
commit
ea5e96569d
8 changed files with 147 additions and 189 deletions
|
|
@ -1130,7 +1130,6 @@ opcodestart:
|
|||
|
||||
if (!abrt)
|
||||
{
|
||||
tempc = CF_SET();
|
||||
trap = flags & T_FLAG;
|
||||
opcode = fetchdat & 0xFF;
|
||||
fetchdat >>= 8;
|
||||
|
|
|
|||
Loading…
Reference in a new issue