![]() |
Routines |
| Prev: 37281 | Up: Map | Next: 37317 |
|
Used by the routines at MainMenu and Messaging_RedefineKeys.
|
||||
|
For administration pages.
|
||||
| SetAttributeBuffer_WhiteInk | 37302 | LD HL,22528 | HL=22528 (attribute buffer location). | |
| 37305 | LD DE,22529 | DE=22529 (attribute buffer location). | ||
| 37308 | LD BC,767 | BC=767. | ||
| 37311 | LD (HL),71 | Write INK: WHITE, PAPER: BLACK (BRIGHT) to *HL. | ||
| 37313 | HALT | Halt operation (suspend CPU until the next interrupt). | ||
| 37314 | LDIR | Copy another 767 bytes from *22528 to the end of the attribute buffer. | ||
| 37316 | RET | Return. | ||
| Prev: 37281 | Up: Map | Next: 37317 |