Routines |
Prev: 60556 | Up: Map | Next: 60587 |
Used by the routine at DisplayInstructions.
|
||||||||
PrintInstructions | 60558 | EXX | Switch to the shadow registers. | |||||
60559 | LD DE,16480 | DE'=16480 (screen buffer location). | ||||||
60562 | EXX | Switch back to the normal registers. | ||||||
60563 | LD B,160 | B=160 (counter; length of text). | ||||||
60565 | CALL Print_Loop | Call Print_Loop. | ||||||
60568 | EXX | Switch to the shadow registers. | ||||||
60569 | LD DE,18432 | DE'=18432 (screen buffer location). | ||||||
60572 | EXX | Switch back to the normal registers. | ||||||
60573 | CALL Print_Loop | Call Print_Loop. | ||||||
60576 | EXX | Switch to the shadow registers. | ||||||
60577 | LD DE,20480 | DE'=20480 (screen buffer location). | ||||||
60580 | EXX | Switch back to the normal registers. | ||||||
60581 | LD B,224 | B=224 (counter; length of text). | ||||||
60583 | CALL Print_Loop | Call Print_Loop. | ||||||
60586 | RET | Return. |
Prev: 60556 | Up: Map | Next: 60587 |