Routines |
Prev: 74DB | Up: Map | Next: 74EE |
|
||||
ResetAttributes | 74E2 | XOR A | Set the border to black. | |
74E3 | OUT ($FE),A | |||
74E5 | LD HL,$5800 | HL=attribute buffer. | ||
74E8 | LD B,$5B | B=5B (i.e. finish once we reach the end of the attribute buffer). | ||
74EA | LD C,$00 | C=00 (value to write). | ||
74EC | JR ResetCopier | Jump to ResetCopier. | ||
View the equivalent code in;
|
Prev: 74DB | Up: Map | Next: 74EE |