Skip to navigation

Elite on the BBC Micro and NES

Drawing lines: LSY2

[6502 Second Processor version]

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