Skip to navigation

Elite on the BBC Micro and NES

Version analysis of CNT3

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

Code variations between these versions are shown below.

Name: CNT3 Type: Variable Category: Drawing planets Summary: A counter for use in drawing Saturn's rings
Defines the number of iterations of the PLL3 loop, which draws the rings around the loading screen's Saturn.
.CNT3

Code variation 1 of 1Related to a standard feature

In the cassette version, the loading screen's Saturn has up to 1280 dots in the planet's ring, while all other versions have up to 819.

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

EQUW &0500 \ The number of iterations of the PLL3 loop (1280)
EQUW &0333 \ The number of iterations of the PLL3 loop (819)