The 8080 CPU now passes all the 8080 Exerciser tests

This commit is contained in:
Jeff Parsons 2016-04-29 17:57:28 -07:00
commit 41f58a0035
7 changed files with 1231 additions and 1231 deletions

View file

@ -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
* - - - --- --