Skip to navigation

Elite on the BBC Micro and NES

Drawing lines: LSX2

[6502 Second Processor version]

Name: LSX2 [Show more] Type: Variable Category: Drawing lines Summary: The ball line heap for storing x-coordinates Deep dive: The ball line heap
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: * BLINE uses LSX2 * LS2FL uses LSX2 * RES2 uses LSX2
.LSX2 SKIP 256 \ The ball line heap for storing x-coordinates (see the \ deep dive on "The ball line heap" for details)