Timex/Sinclair 1000

A Practical Guide to Machine Language Programming on the Timex/Sinclair

Using only 16 chapters and 8 appendices, the author takes you on a guided tour of the Z80 in Sinclair country, distinguishing the CPU properties from the system behavior with clarity and flair. Your tour guide is an expert whose practical experience includes writing the word processor “WORD*” on which this book is written. Appendix

A Practical Guide to Machine Language Programming on the Timex/Sinclair Read More »

Pi

This program can calculate PI to over 8000 decimal places— but don’t hold your breath. It takes over 12 hours for 512 digits! The algorithm uses base 100 arithmetic, storing each digit in one byte of a character string (codes 0-99). It is based on the Taylor series for the arctangent.

Pi Read More »

Renumber

Utility programs for renumbering the lines of BASIC programs facilitate merging with other programs, spreading out line numbers to make room for additional lines, and neatening up finished programs. Changing line numbers is easy, but a useful renumbering utility must also fix the destination line numbers in GOTOs and GOSUBs, a more difficult task. This

Renumber Read More »

Biorhythms

I wrote this program as a result of a great disappointment I experienced after purchasing a Biorhythms program from one of the prominent software companies. The program did not print an accurate set of curves, and did not print a mathematically correct result.

Biorhythms Read More »

ROMPAK ROM Card

ROMPAK permits you to use many programs instantly—cartridges in the rough. An adaptor plugs onto your ZX/TS and provides a socket to contain the program ROM. A simple machine code routine in the ROM moves the program into RAM in under a second, and you’re ready to go.

ROMPAK ROM Card Read More »

Scroll to Top