Skip to navigation


Drivers: totalPointsHi

Name: totalPointsHi [Show more] Type: Variable Category: Drivers Summary: High byte of total accumulated points for each driver
Context: See this variable in context in the source code References: This variable is used as follows: * AddRacePoints uses totalPointsHi * InitialiseDrivers uses totalPointsHi * Print234DigitBCD uses totalPointsHi * PrintDriverTable uses totalPointsHi * SortDrivers uses totalPointsHi

Indexed by driver number (0 to 19). Gets set in InitialiseDrivers. Stored as a 24-bit value (totalPointsTop totalPointsHi totalPointsLo).
.totalPointsHi EQUB &DD, &EE \ These values are workspace noise and have no meaning EQUB 0, 0, 0, 0, 0, 0 EQUB 0, 0, 0, 0, 0, 0 EQUB 0, 0, 0, 0, 0, 0