![]() |
Routines |
| Prev: 71ED | Up: Map | Next: 7211 |
|
Used by the routine at CreateWindow.
|
||||
| ResetAttributes | 7200 | XOR A | Set the border to black. | |
| 7201 | OUT ($FE),A | |||
| 7203 | CALL ResetScreen | Call ResetScreen. | ||
| 7206 | LD HL,$5800 | HL=attribute buffer. | ||
| 7209 | LD B,$5B | B=5B (i.e. finish once we reach the end of the attribute buffer). | ||
| 720B | LD A,($5E44) | C=Background_Attribute. | ||
| 720E | LD C,A | |||
| 720F | JR ResetCopier | Jump to ResetCopier. | ||
|
View the equivalent code in;
|
||||
| Prev: 71ED | Up: Map | Next: 7211 |