Prev: 71BF Up: Map Next: 71CF
71C6: Reset Attribute Buffer
Used by the routine at CreateWindow.
ResetAttributes 71C6 LD HL,$5800 HL=attribute buffer.
71C9 LD B,$5B B=5B (i.e. finish once we reach the end of the attribute buffer).
71CB LD C,$47 C=47 (value to write).
71CD JR ResetCopier Jump to ResetCopier.
View the equivalent code in;
Prev: 71BF Up: Map Next: 71CF