The Authoritative Website for Timex/Sinclair Computers
The Authoritative Website for Timex/Sinclair Computers
Welcome to TimexSinclair.com, your definitive resource for everything related to the Sinclair and Timex/Sinclair computers in the United States. From the groundbreaking Sinclair ZX81 that brought affordable computing to American homes in 1982, to the Timex/Sinclair 2068, we celebrate these remarkable machines that introduced a generation to the world of programming and digital innovation.
We have a YouTube channel, active email list and more! We meet via Zoom on the first Monday and third Sunday of each month to chat about our favorite computers, projects and more. Each meeting is recorded and posted to YouTube. You can watch some of our most recent meetings below.
Here’s another easy-to-use command utility which quickly PRINTs a string of text at any size and at any pixel coordinate location. You will be able to use this utility in your own programs. The syntax follows: PRINT USR large;AT X,Y;W,H;”txt” The text at the end of the line can either by within quotes oruse a…article, orig pub: 10.07.22, updated: 04.07.26
This months utility will COMPRESS a typical SCREEN$ file up to as much as 1/2 its usual size. In addition, a header is automatically included in the SAVED file which will resolve the compressed SCREEN$ back to its full size onto the screen by simply using RANDOMIZE USR (address).article, orig pub: 10.07.22, updated: 04.07.26
If you’ve examined some of your programs for any of the Sinclair computers containing machine code, you’ve probably seen machine code routines called in a variety of ways. The most common calls are: where “n” represents the address where the machine code is located. How do you know which way to call a USR routine?…article, orig pub: 10.07.22, updated: 04.07.26