mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 02:56:44 +00:00
more typo's
parent
9f2c535544
commit
48f286da12
@ -650,7 +650,7 @@ if count == 1:
|
|||||||
if new_sign_bit == 1:
|
if new_sign_bit == 1:
|
||||||
CARRY_FLAG = 1
|
CARRY_FLAG = 1
|
||||||
else:
|
else:
|
||||||
CARRY_FLAG = 1
|
CARRY_FLAG = 0
|
||||||
```
|
```
|
||||||
|
|
||||||
# JC
|
# JC
|
||||||
@ -724,7 +724,7 @@ if count == 1:
|
|||||||
if (destination & 0x01) == 1:
|
if (destination & 0x01) == 1:
|
||||||
CARRY_FLAG = 1
|
CARRY_FLAG = 1
|
||||||
else:
|
else:
|
||||||
CARRY_FLAG = 1
|
CARRY_FLAG = 0
|
||||||
```
|
```
|
||||||
|
|
||||||
# JO
|
# JO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user