![]()  | 
Routines | 
| Prev: 28432 | Up: Map | Next: 28476 | 
| 
 
Used by the routine at HandlerAccelerate.
 
 | 
||||
| 28463 | LD HL,0 | HL=0000. | ||
| 28466 | LD B,8 | B=8 (counter). | ||
| 28468 | ADD HL,HL | |||
| 28469 | RLCA | |||
| 28470 | JR NC,28473 | |||
| 28472 | ADD HL,DE | |||
| 28473 | DJNZ 28468 | Decrease counter by one and loop back to 28468 until counter is zero. | ||
| 28475 | RET | Return. | ||
| Prev: 28432 | Up: Map | Next: 28476 |