Skip to navigation


Graphics: xLookupLo

Name: xLookupLo [Show more] Type: Variable Category: Graphics Summary: Lookup table for converting pixel x-coordinate to low byte of screen address
Context: See this variable in context in the source code References: This variable is used as follows: * DrawCanopyLine (Part 1 of 9) uses xLookupLo * DrawVectorLine (Part 3 of 3) uses xLookupLo

See xLookupHi for an explanation of this table.
.xLookupLo FOR I%, 0, 39 EQUB LO(I% * 8) NEXT