![]() |
Routines |
Prev: 21237 | Up: Map | Next: 21419 |
HL | 20650 |
21408 | BIT 0,(HL) | Have we reached the end of the POKE table? |
21410 | RET NZ | Return if so |
21411 | LD E,(HL) | Otherwise pick up the address that needs to be POKEd in DE |
21412 | INC L | |
21413 | LD D,(HL) | |
21414 | INC L | Point HL at the POKE operand |
21415 | LDI | Do the POKE |
21417 | JR 21408 | Jump back to do the next POKE |
Prev: 21237 | Up: Map | Next: 21419 |