Prev: 28658 Up: Map Next: 28904
28898: Blanks "n" memory locations
Used by the routines at Start, 27884, 30068 and 30673.
Input
B Counter
HL Target
Blanker 28898 XOR A Set A to 0.
Blanker_Loop 28899 LD (HL),A Write A to *HL.
28900 INC HL Increment HL by one.
28901 DJNZ Blanker_Loop Decrease counter by one and loop back to Blanker_Loop until counter is zero.
28903 RET Return.
Prev: 28658 Up: Map Next: 28904