Routines |
Prev: 60416 | Up: Map | Next: 60445 |
Used by the routine at 30423.
|
||||
60431 | LD HL,64064 | HL=64064. | ||
60434 | LD DE,8 | DE=0008. | ||
60437 | LD B,80 | B=80. | ||
60439 | SET 7,(HL) | Set bit 7 of *HL. | ||
60441 | ADD HL,DE | HL+=DE. | ||
60442 | DJNZ 60439 | Decrease counter by one and loop back to 60439 until counter is zero. | ||
60444 | RET | Return. |
Prev: 60416 | Up: Map | Next: 60445 |