timex-computer.jpg (19841 bytes)

Timex BASIC 64
Sinclair Basic Extension

Timex Basic 64 was totally developed by Timex of Portugal and it is a extension of the Sinclair Basic to work with the TC2048 and TC2068 special modes. Basic 64 have four versions, one for TC2048, one for TC2068 and variations of both when the FDD system is connected.

Basic 64 Tape have a Demo of the capabilities of BASIC 64.

With Basic 64 you can have 64, 85 or 128 coluns of text and high resolution graphics (512x192). New system variables are created and the area of the Basic program is moved to the front of the second display file, so it cannot corrupt the screen.

New commands have been added:

PRINT #n
n is the 4 or 5 channel. In the 4 channel the text is printed in 64 coluns.
In the 5 channel the text is printed in 85 or more coluns.

LIST #n;m
m is the start line, like LIST m, and n the channel number, like PRINT.

CLS*
Erases the two display files

INK* n
The user can only specify one INK color and one PAPER color.
It's similar to INK=n and PAPER=7-n

PAPER*n
Like INK*, but PAPER=n and INK=7-n

SCREEN$ n
n=0 screen resolution=256x192
n=1 Screen resolution=512x192

PLOT*x,y
Like PLOT but to SCREEN$ 1

LINE x,y,z
Like DRAW x,y,z

LINE x,y
Like LINE x,y,0

CIRCLE* x,y,r
Like CIRCLE.