Im Magazin „8000 PLUS" wurde mehrfach der folgende Artikel abgedruckt (hier aus dem Heft vom Juli 1992).
Ein simples BASIC-Programm, das BASIC-Programme mit einer Prüfsumme versieht1

CHECK3 by Adrian Wilkins and Peter Crane

One of the most annoying problems with typing in a listing is not being able to find your mistakes. However, CHECK3 is here to help you! This program reproduces the list of numbers down the right hand side of each of our listings. The way that these numbers are calculated means that any significant changes in a line will be highlighted by that line being given a different check value to the original. So by comparing these numbers, you should be able to narrow down your search to particular lines containing the mistakes.
To use the program, save your listing in ASCII format, by adding ,A to the SAVE instruction. Next, run CHECK3 and give the name of the ASCII file you want checked, plus the name of a different file you'd like the output to go to.
Finally, CHECK3 won't detect missing or extra spaces, so do be extra careful of these when typing listings in.

[BASIC-Listing]

1. Vorab gab es bereits einige Versionen dieses Programmes, so z.B. vom November 1987, April 1988 und November 1988
In einigen Listings finden sich auch schon mit der Prüfsumme versehene Zeilen, wo die Summen erst entfernt werden müssen, damit das BASIC-Programm lauffähig wird.
Dazu habe ich ein Assembler-Programm geschrieben, das diese Summe entfernt. Als Assemblerprogrammierer habe ich auch eine Option zum Erstellen der Prüfsumme implementiert.

Eingescanned von Werner Cirsovius
Dezember 2004
© 8000 PLUS