The 8080 CPU now passes all the 8080 Exerciser tests
This commit is contained in:
parent
a64a6e7e05
commit
41f58a0035
7 changed files with 1231 additions and 1231 deletions
|
|
@ -2544,7 +2544,7 @@ X86CPU.prototype.getPF = function()
|
|||
* getAF()
|
||||
*
|
||||
* To determine if there's been a carry out of the low 4 bits of an arithmetic operation,
|
||||
* we look at all the possible inputs for bit 4, and calculate AF = PS^(D^S):
|
||||
* we look at all the possible inputs for bit 4, and calculate AF = A^(D^S).
|
||||
*
|
||||
* D S A D^S AF
|
||||
* - - - --- --
|
||||
|
|
|
|||
Loading…
Reference in a new issue