![]() |
Routines |
| Prev: 80BB | Up: Map | Next: 80CB |
|
Used by the routine at ClearScreen.
|
||||
| ResetAttributes | 80C2 | LD HL,$5800 | HL=attribute buffer. | |
| 80C5 | LD B,$5B | B=5B (i.e. finish once we reach the end of the attribute buffer). | ||
| 80C7 | LD C,$00 | C=00 (value to write). | ||
| 80C9 | JR ResetCopier | Jump to ResetCopier. | ||
|
View the equivalent code in;
|
||||
| Prev: 80BB | Up: Map | Next: 80CB |