Prev: 670E Up: Map Next: 672E
6720: Clear Screen
ClearScreen 6720 LD HL,$5AFF Clear 1B00 bytes of screen and attribute buffer memory by setting all the bytes to 00.
6723 LD DE,$5AFE
6726 LD BC,$1AFF
6729 LD (HL),$00
672B LDDR
672D RET Return.
Prev: 670E Up: Map Next: 672E