Routines |
Prev: 42326 | Up: Map | Next: 42383 |
Used by the routine at 42290.
|
||||
42360 | PUSH HL | Stash HL on the stack. | ||
42361 | CALL CalculateDartBoardAddress | Call CalculateDartBoardAddress. | ||
42364 | EX DE,HL | Exchange the DE and HL registers. | ||
42365 | POP HL | Restore HL from the stack. | ||
42366 | EX DE,HL | Exchange the DE and HL registers. | ||
42367 | LD B,8 | B=8. | ||
42369 | PUSH BC | Stash BC and HL on the stack. | ||
42370 | PUSH HL | |||
42371 | LDI | LDI. | ||
42373 | LDI | LDI. | ||
42375 | LDI | LDI. | ||
42377 | POP HL | Restore HL from the stack. | ||
42378 | INC H | Increment H by one. | ||
42379 | POP BC | Restore BC from the stack. | ||
42380 | DJNZ 42369 | Decrease counter by one and loop back to 42369 until counter is zero. | ||
42382 | RET | Return. |
Prev: 42326 | Up: Map | Next: 42383 |