mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-20 10:25:57 +12:00
sync home
This commit is contained in:
parent
3a6a300da4
commit
3ab3f4273b
7 changed files with 150 additions and 131 deletions
|
|
@ -531,9 +531,9 @@ ReverseNybble::
|
|||
ld de, NybbleReverseTable
|
||||
add e
|
||||
ld e, a
|
||||
jr nc, .asm_283f
|
||||
jr nc, .noCarry
|
||||
inc d
|
||||
.asm_283f
|
||||
.noCarry
|
||||
ld a, [de]
|
||||
ret
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue