Skip to navigation


Drawing lines: LSY2

[Commodore 64 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 References: This variable is used as follows: * BLINE uses LSY2 * RES2 uses LSY2 * WPLS2 uses LSY2 * WPSHPS uses LSY2
.LSY2 SKIP 256 ; The ball line heap for storing y-coordinates (see the ; deep dive on "The ball line heap" for details)