| C64 ROM | Routines |
| Prev: EEA9 | Up: Map | Next: EEBB |
|
Used by the routine at ED21.
|
||||
| EEB3 | 8A | TXA | save X | |
| EEB4 | A2 B8 | LDX #$B8 | set the loop count | |
| EEB6 | CA | DEX | decrement the loop count | |
| EEB7 | D0 FD | BNE $EEB6 | loop if more to do | |
| EEB9 | AA | TAX | restore X | |
| EEBA | 60 | RTS | ||
| Prev: EEA9 | Up: Map | Next: EEBB |