Girish Mahajan (Editor)

TI Extended BASIC

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
TI Extended BASIC httpsuploadwikimediaorgwikipediacommonsbb

Turboforth and ti extended basic head to head


TI Extended BASIC was a dialect of BASIC for the Texas Instruments TI-99/4A home computer.

Contents

Functionality Provided

TI produced an Extended BASIC cartridge that greatly enhanced the functionality accessible to TI BASIC users. Sprites could be generated and set up to move automatically with simple one-line commands. Custom 'CALL' subprograms, access to memory expansion for larger programs, multiple statement lines (with the statement separator ::), boolean logic in IF statements, assembly language linkage, as well as the ability to display text at any location on the screen, were all added while largely retaining compatibility with TI BASIC.

Speech Synthesis

When equipped with the TI Speech Synthesizer, TI Extended BASIC users could also generate speech from a predefined vocabulary as easily as writing text on-screen:

>CALL SAY("HELLO I AM A #TEXAS INSTRUMENTS# T I NINETY NINE FOUR A HOME COMPUTER")

...would cause the speech synthesizer to identify the computer. Using a word not included in the speech synthesizer's built-in vocabulary would cause it to slowly spell out the word. (TI's Terminal Emulator II cartridge provided text-to-speech functionality.)

TI Extended BASIC also provided raw access to the speech synthesizer, but very few developers had the resources to generate the speech data and this function was rarely used.

Statements

TI Extended BASIC has several statements not present in TI BASIC: ACCEPT, IMAGE, LINPUT, ON BREAK, ON ERROR, ON WARNING, SUB, SUBEND, SUBEXIT

References

TI Extended BASIC Wikipedia


Similar Topics