Skip to navigation

Revs on the BBC Micro

Drivers: totalPointsLo

Name: totalPointsLo [Show more] Type: Variable Category: Drivers Summary: Low 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 totalPointsLo * InitialiseDrivers uses totalPointsLo * Print4DigitBCD uses totalPointsLo * SortDrivers uses totalPointsLo

Indexed by driver number (0 to 19). Gets set in InitialiseDrivers. Stored as a 24-bit value (totalPointsTop totalPointsHi totalPointsLo).
.totalPointsLo IF _ACORNSOFT OR _4TRACKS EQUB &CC, &CC \ These values are workspace noise and have no meaning EQUB &EE, &FF EQUB &FF, &88 EQUB &CC, &EE EQUB &FF, &FF EQUB &FF, &FF EQUB &FF, &FF EQUB &FF, &FF EQUB &FF, &FF EQUB &FF, &FF ELIF _SUPERIOR OR _REVSPLUS SKIP 20 ENDIF