This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
Name: msblob Type: Subroutine Category: Dashboard
Display the dashboard's missile indicators, with all the missiles reset to
.msblob LDX #4 \ Set up a loop counter in X to count through all four \ missile indicators .ss
DEX \ Decrement the counter to point to the next missile BNE ss \ Loop back to ss if we still have missiles to draw RTS \ Return from the subroutine .SAL8
DEX \ Decrement the counter to point to the next missile BNE SAL8 \ Loop back to SAL8 if we still have missiles to draw RTS \ Return from the subroutine