Changes

Jump to: navigation, search

Programming:Display and update Scores

66 bytes added, 23:29, 20 September 2007
/* Multiple BCD Bytes */
ld hl,score + 2
ld a,(hl)
sub c
daa
ld (hl),a
ret nc
.add_loopdec hlld a,(hl)sub 0daald (hl),adjnz add_loop
ret
</pre>
151
edits