![]() |
Routines |
| Prev: 29849 | Up: Map | Next: 29865 |
|
|
||||
| ClearScreen | 29852 | LD HL,16384 | HL=16384 (screen buffer location). | |
| 29855 | LD (HL),L | Write 0 to *HL. | ||
| 29856 | LD BC,6912 | BC=6912. | ||
| 29859 | LD D,H | DE=HL+1. | ||
| 29860 | LD E,L | |||
| 29861 | INC E | |||
| 29862 | LDIR | Copy 0 across both the screen and attribute buffers. | ||
| 29864 | RET | Return. | ||
| Prev: 29849 | Up: Map | Next: 29865 |