TIMACHINE Review

Authors

Publication

Pub Details

Date

Pages

See all articles from SyncWare News v4 n4

From its animated title screen to its ability to locate compiled code anywhere in memory, TIMACHINE is just what every BASIC programmer who lacks extensive assembly language fluency has been dreaming of. You should see the wonderful things it does to graphics programs written in BASIC.

Compiling any BASIC program is as easy as adding a REM line at the beginning of the program, or portion of the program, you want to compile. Place another at the end, then key in *C. TIMACHINE performs its magic, pausing twice and awaiting any keystroke to continue. The first pass reports the relative addresses of the entry points to the code. The next displays the execution addresses in decimal and hex. At the completion of the run, the number of bytes used by the compiled code, bytes used for M/C variables, bytes occupied by the BASIC program before compilation and the commands necessary to save and load the compiled code are also displayed. All this occurs about as fast as you can press the keys. Your BASIC program remains intact unless it was too long to fit in memory, in which case you are asked for permission to overwrite it.

Input/Output commands are not included in the compilation, but passing from code to BASIC and back is easy. Simply insert the keyword STOP in your BASIC program then use the appropriate USR command to return to code. You are not prohibited from using any BASIC commands.

There are only minor restrictions in writing BASIC statements. All should be easy to program around. TIMACHINE supports both string and numeric arrays up to two dimensions. It easily handles the numeric VAL (expression) statements so commonly used in BASIC programs.

TIMACHINE is under 11K in length and loads quickly. Its small size compiles programs to 30K for the Spectrum and 27K for the TS-2068 without tape swapping. The program also contains numerous compiler directives. It even has a function to identify your variable types so that you may use the appropriate directives to produce the most efficient code.

TIMACHINE comes with excellent documentation. Included is a tutorial and example files. It is not copy protected, so it is a breeze to install on microdrives or a disk system. It also provides a backup copy feature immediately on loading.

Anyone who programs in BASIC or keys in BASIC listings from their favorite newsletters needs TIMACHINE. Even skilled assembly language programmers could benefit from the time they would save by writing in BASIC and letting TIMACHINE supply the speed of execution that only machine code provides. Among the many utilities written for the Sinclair computers, TIMACHINE is so well thought out and so versatile, that it is surely destined to become a “must have” classic.

Scroll to Top