![]() |
Routines |
| Prev: 76E0 | Up: Map |
|
Continues from 76C8. Checks whether ERIC is over the lines limit (if the number of lines was just printed).
|
||||||||||
| 76F9 | LD A,E | Copy the LSB of the display file address to A | ||||||||
| 76FA | CP $DC | Was it the lines total that was just printed? | ||||||||
| 76FC | RET NZ | Return if not | ||||||||
| 76FD | JP $F9BB | Otherwise check whether ERIC is over the lines limit | ||||||||
| Prev: 76E0 | Up: Map |