Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Programming:Display and update Scores

No change in size, 23:30, 20 September 2007
/* Multiple BCD Bytes */
ld hl,score + 2
ld a,(hl)
sub add c
daa
ld (hl),a
dec hl
ld a,(hl)
sub adc 0
daa
ld (hl),a
151
edits