![]() |
Routines |
| Prev: EC8C | Up: Map | Next: ECAB |
|
Used by the routine at DisplayInstructions.
|
||||||||
| PrintInstructions | EC8E | EXX | Switch to the shadow registers. | |||||
| EC8F | LD DE,$4060 | DE'=4060 (screen buffer location). | ||||||
| EC92 | EXX | Switch back to the normal registers. | ||||||
| EC93 | LD B,$A0 | B=A0 (counter; length of text). | ||||||
| EC95 | CALL Print_Loop | Call Print_Loop. | ||||||
| EC98 | EXX | Switch to the shadow registers. | ||||||
| EC99 | LD DE,$4800 | DE'=4800 (screen buffer location). | ||||||
| EC9C | EXX | Switch back to the normal registers. | ||||||
| EC9D | CALL Print_Loop | Call Print_Loop. | ||||||
| ECA0 | EXX | Switch to the shadow registers. | ||||||
| ECA1 | LD DE,$5000 | DE'=5000 (screen buffer location). | ||||||
| ECA4 | EXX | Switch back to the normal registers. | ||||||
| ECA5 | LD B,$E0 | B=E0 (counter; length of text). | ||||||
| ECA7 | CALL Print_Loop | Call Print_Loop. | ||||||
| ECAA | RET | Return. | ||||||
| Prev: EC8C | Up: Map | Next: ECAB |