Routines
30457: Print the number of lines, the score or the high score (2)
Continues from the routine at
30408
.
E
LSB of display file address at which number was just printed
30457
LD A,E
Pick up the LSB in A
30458
CP 220
Was the number of lines just printed?
30460
RET NZ
Return if not
30461
JP
63931