UTILITIES
BASDEPAK.BAS
This C64 BASIC program by Helmut Schuhmacher converts lines with multiple statements into lines with only one statement per Basic line. The resulting program file is easier to edit than a file with fully packed program lines. Note that the program fails if it runs out of intermediate line numbers. The German version appeared first in 64'er 10/89; the version presented here is translated into English.
CYCLES.BAS
This C64 BASIC program by John Iannetta counts the number of clock cycles a machine language program uses for its execution. You can supply initial values for the registers .A, .X, .Y and .P (status register). You must supply the address of the machine language program, otherwise the computer might crash. The parameters should be entered in the BASIC lines 30-55. This program is partially written in Basic, partially in assembly language.
SPION.BIN
This C64 machine language program by Jan Valter diplays the contents of memory. It can show both RAM and ROM. The following keys are used to control the program:
{arrow left} - switch between ROM/RAM display, {x} - end program, {+}/{-} 256 bytes forward/back, {f3}/{f1} 1 byte forward/back, {f7}/{f5} 8 bytes forward/back
Load with LOAD"SPION.BIN",8,1.
Run with SYS 28762
The German version appeared first in 64'er 10/89; the version presented here is translated into English. ("Spion" in German means "Spy".)
|