TI Extended BASIC

TI Extended Basic cartridge

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

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.[1]

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.

Elements of TI Extended BASIC

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

  1. Shaw, Stephen (1983). "Extended Basic". Getting Started with the Texas Instruments TI99/4A. Phoenix Publishing. ISBN 978-0-946576-04-3.

External links

This article is issued from Wikipedia - version of the 11/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.