![]() |
Routines |
Prev: 32275 | Up: Map | Next: 32302 |
Zeroes 6144 bytes starting at 0x4000
|
||||
clear_pixels | 32287 | LD HL,16384 | Start of screen | |
32290 | LD C,24 | Run this loop 24 times | ||
32292 | XOR A | Zero | ||
32293 | LD B,A | |||
clear_pixels_0 | 32294 | LD (HL),A | Load zero into screen location | |
32295 | INC HL | |||
32296 | DJNZ clear_pixels_0 | Clear 256 bytes 24 times | ||
32298 | DEC C | |||
32299 | JR NZ,clear_pixels_0 | |||
32301 | RET |
Prev: 32275 | Up: Map | Next: 32302 |