Prev: 28658 Up: Map Next: 28904
28898: Blanks "n" memory locations
Used by the routines at Start, SquiggleLine, 30068 and 30673.
Input
B Counter
HL Target
Blanker 28898 XOR A A=$00.
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