Skip to navigation

Drawing the screen: SCTBX2

[BBC Master version]

Name: SCTBX2 [Show more] Type: Variable Category: Drawing the screen Summary: Lookup table for converting a pixel x-coordinate to the byte number in the pixel row that corresponds to this pixel
Context: See this variable in context in the source code References: No direct references to this variable in this source file

This routine is not used in this version of Elite. It is left over from the Apple II version.
.SCTBX2 FOR I%, 0, 255 EQUB (I% + 8) DIV 7 NEXT