Skip to navigation

Revs on the BBC Micro

Extra tracks: trackChecksum

Name: trackChecksum [Show more] Type: Variable Category: Extra tracks Summary: The track file's checksum Deep dive: The track data file format The extra tracks data file format The Snetterton track
Context: See this variable in context in the source code References: No direct references to this variable in this source file
.trackChecksum EQUB &A6 \ Counts the number of data bytes ending in %00 EQUB &C2 \ Counts the number of data bytes ending in %01 EQUB &3E \ Counts the number of data bytes ending in %10 EQUB &7F \ Counts the number of data bytes ending in %11