Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
Changes
Programming:Display and update Scores
13 bytes added
,
23:33, 20 September 2007
/* Multiple BCD Bytes */
To add C points to the score:
<pre>
.add_score_c
ld b,2 ; This is the number of score bytes - 1
.add_part
ld hl,score + 2
.add_part
ld a,(hl)
add c
← Older edit
Newer edit →
Executioner
151
edits