Skip to navigation

Drawing the screen: SCTBX1

[BBC Master version]

Name: SCTBX1 [Show more] Type: Variable Category: Drawing the screen Summary: Lookup table for converting a pixel x-coordinate to the bit number within the pixel row byte 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.
.SCTBX1 FOR I%, 0, 255 EQUB (I% + 8) MOD 7 NEXT