Routines |
Prev: 47323 | Up: Map | Next: 47363 |
47355 | LD A,(34208) | If show-score flag is reset... | ||
47358 | BIT 7,A | ... | ||
47360 | RET Z | ...then return | ||
47361 | POP BC | Remove return address from stack... | ||
47362 | RET | ...and return to routine that called the calling routine |
Prev: 47323 | Up: Map | Next: 47363 |