Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
Programming:Display and update Scores
19 bytes added
,
23:31, 20 September 2007
/* Multiple BCD Bytes */
<pre>
.show_score
ld hl,
(
score
+ 2)
call bcd_hl
ld b,3
.show_loop
ld
hl
a
,(
score
hl
)
.bcd_hl
inc hl
.
call bcd_a
.
djnz show_loop
.
ret
</pre>
← Older edit
Newer edit →
Executioner
151
edits