Routines |
Prev: 46014 | Up: Map | Next: 46102 |
Used by the routine at StartGame.
|
||||
46064 | LD IX,49811 | IX=49811. | ||
46068 | LD B,7 | B=7. | ||
46070 | PUSH BC | Stash BC on the stack. | ||
46071 | LD A,(IX+0) | A=*IX+0. | ||
46074 | CP (IX+11) | Compare A with *IX+11. | ||
46077 | CALL C,46089 | Call 46089 is lower. | ||
46080 | LD BC,13 | BC=0013. | ||
46083 | ADD IX,BC | IX+=BC. | ||
46085 | POP BC | Restore BC from the stack. | ||
46086 | DJNZ 46070 | Decrease counter by one and loop back to 46070 until counter is zero. | ||
46088 | RET | Return. | ||
46089 | PUSH IX | Stash IX on the stack. | ||
46091 | CALL 45806 | Call 45806. | ||
46094 | POP IX | Restore IX from the stack. | ||
46096 | CALL 45858 | Call 45858. | ||
46099 | LD A,23 | A=23. | ||
46101 | RET | Return. |
Prev: 46014 | Up: Map | Next: 46102 |