RUN's Checksum
RUN's Checksum by Bob Kodadek is a type-in program checker for Commodore C-64 and C-128 used by Run magazine that replaced Perfect Typist.
When you type in a program, a checksum from 0 to 255 will appear below the line on the left margin.
The line is checked only after it has been crunched by Basic. This allows PRINT and ? to give the same checksum value. If long lines require Basic keywords to be abbreviated, the checksum value will still be correct. Spaces matter only if they are within quotes. Transposition errors are caught
While the output looks the same as Perfect Typist, the checksums are not compatible. RUN's Checksum updated the algorithm to ensure that every byte of data entered has a unique value, depending on its position in the line.
Links
- RUN's Checksum (Run Jan 1988 pg 80)
- RUN's Checksum in .d64 format (alternate source)