Skip to navigation

Elite on the BBC Micro and NES

Drawing planets: CNT

[6502 Second Processor version, Loader 1]

Name: CNT [Show more] Type: Variable Category: Drawing planets Summary: A counter for use in drawing Saturn's planetary body
Context: See this variable in context in the source code Variations: See code variations for this variable in the different versions References: This variable is used as follows: * PLL1 (Part 1 of 3) uses CNT

Defines the number of iterations of the PLL1 loop, which draws the planet part of the loading screen's Saturn.
.CNT EQUW &0300 \ The number of iterations of the PLL1 loop (768)