Skool Daze Routines
Prev: 30432 Up: Map Next: 30464
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 Copy the LSB of the display file address to A
30458 CP 220 Was it the number of lines that was just printed?
30460 RET NZ Return if not
30461 JP 63931 Otherwise check whether ERIC is over the lines limit
Prev: 30432 Up: Map Next: 30464