Skip to navigation


Sound: SEVENS

[Commodore 64 version]

Name: SEVENS [Show more] Type: Variable Category: Sound Summary: A table for converting the value of Y to 7 * Y
Context: See this variable in context in the source code References: This variable is used as follows: * SOINT uses SEVENS
.SEVENS EQUB 0 ; Lookup value to change 0 to 0 EQUB 7 ; Lookup value to change 1 to 7 EQUB 14 ; Lookup value to change 2 to 14