.celllookh FOR I%, 0, 24 EQUB HI(SCBASE + $2003 + (40 * I%)) NEXTName: celllookh [Show more] Type: Variable Category: Drawing pixels Summary: Lookup table for converting a text y-coordinate to the high byte of the address of the start of the character row in screen RAMContext: See this variable in context in the source code References: This variable is used as follows: * CHPR uses celllookh
In the text view, screen RAM is used to determine the colour of each on-screen character, so this table is used to look up the address of the colour information for the start of a specific text row.
[X]
Configuration variable SCBASE = $4000
The address of the screen bitmap