Skip to navigation


Version analysis of SLSP

This code appears in the following versions (click to see it in the source code):

Code variations between these versions are shown below.

.SLSP

 SKIP 2                 \ The address of the bottom of the ship line heap
                        \
                        \ The ship line heap is a descending block of memory

Code variation 1 of 1A variation in the comments only

This variation is blank in the Master version.

Tap on a block to expand it, and tap it again to revert.

\ that starts at WP and descends down to SLSP. It can be
\ that starts at D% and descends down to SLSP. It can be
                        \ extended downwards by the NWSHP routine when adding
                        \ new ships (and their associated ship line heaps), in
                        \ which case SLSP is lowered to provide more heap space,
                        \ assuming there is enough free memory to do so