Prev: 36418 Up: Map Next: 36457
36428: Clear Screen Buffer
Clear_Screen 36428 LD DE,16385 Clears the screen buffer by writing 0 to 6143 memory locations.
36431 LD HL,16384
36434 LD A,0
36436 LD (HL),A
36437 LD BC,6143
36440 LDIR
36442 LD HL,22528 Clears the attribute buffer by writing 13 to 767 memory locations.
36445 LD DE,22529
36448 LD A,13
36450 LD (HL),A
36451 LD BC,767
36454 LDIR
36456 RET Return.
Prev: 36418 Up: Map Next: 36457