small fix: carry was not always clear before the 'sbc'

This commit is contained in:
ceriel 1992-10-16 15:43:46 +00:00
parent 50db0a3643
commit 67d5d2d6c4
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
ld h,d
ld l,e
ld bc,begbss
xor a ! to clear carry
sbc hl,bc
ld a,h
or l

View file

@ -25,6 +25,7 @@
ld h,d
ld l,e
ld bc,begbss
xor a ! to clear carry
sbc hl,bc
ld a,h
or l