Routines |
Prev: 41356 | Up: Map | Next: 41479 |
|
||||
Pause | 41471 | DEC HL | Decrease HL by one. | |
41472 | LD A,L | Loop back to Pause until HL is zero. | ||
41473 | OR H | |||
41474 | JR NZ,Pause | |||
41476 | DJNZ Pause | Decrease counter by one and loop back to Pause until counter is zero. | ||
41478 | RET | Return. |
Prev: 41356 | Up: Map | Next: 41479 |