Skip to navigation


Drawing the screen: innersec

[Commodore 64 version]

Name: innersec [Show more] Type: Variable Category: Drawing the screen Summary: A table for converting the value of X from 0 to 1 or from 1 to 0, for use when flipping RASCT between 0 and 1 on each interrupt
Context: See this variable in context in the source code References: This variable is used as follows: * COMIRQ1 uses innersec
.innersec EQUB 1 ; Lookup value to change 0 to 1 EQUB 0 ; Lookup value to change 1 to 0