Skip to navigation

Elite on the BBC Micro and NES

Version analysis of MSAR

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

Code variations between these versions are shown below.

.MSAR

 SKIP 1                 \ The targeting state of our leftmost missile
                        \

Code variation 1 of 1A variation in the comments only

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

\ * 0 = missile is not looking for a target, or it \ already has a target lock (indicator is not \ yellow/white) \ \ * Non-zero = missile is currently looking for a \ target (indicator is yellow/white)
\ * 0 = missile is not looking for a target, or it \ already has a target lock (indicator is either a \ white square, or a white square containing a "T") \ \ * Non-zero = missile is currently looking for a \ target (indicator is a black box in a white \ square)