Prev: 7440 Up: Map Next: 7450
7447: Reset Attribute Buffer
Used by the routine at CreateWindow.
ResetAttributes 7447 LD HL,$5800 HL=attribute buffer.
744A LD B,$5B B=5B (i.e. finish once we reach the end of the attribute buffer).
744C LD C,$00 C=00 (value to write).
744E JR ResetCopier Jump to ResetCopier.
View the equivalent code in;
Prev: 7440 Up: Map Next: 7450