Beta BASIC

Beta BASIC

Beta BASIC was a BASIC interpreter for the Sinclair Research ZX Spectrum microcomputer, written by Dr Andy Wright and sold by his one-man software house BetaSoft. BetaSoft also produced a regular newsletter/magazine, BetaNews, which was one of the main fora of the time for advanced Spectrum BASIC programmers.

Originally it started as a BASIC toolkit but over time it grew into an interpreter in its own right.

Operation

It ran as a terminate and stay resident program, completely replacing Sinclair BASIC. As with most micros of the 1980s, the Spectrum's BASIC interpreter was also its operating system, providing the command line interface (CLI), the on-screen program editor and everything else. It was the sole means of operating and controlling the computer.

Facilities

Beta BASIC provided a new and improved CLI and editor. It supported Sinclair's idiosyncratic single-key entry system for BASIC keywords but also allowed keywords to be spelled out letter-for-letter, which was quicker if the user had fitted a full-size full-travel keyboard to their machine, a very popular modification for serious users. This also removed the necessity for memorising the sometimes arcane key combinations necessary to enter less-commonly-used BASIC keywords. However, the single-key entry system was also extended by mapping the Spectrum's 'graphics' characters to Beta BASIC's new keywords. To switch from keyword entry to typed entry, it was merely necessary to type a single space, causing the cursor mode to change from K (keyword) to L (lowercase) or C (capital). (The KEYWORDS statement could also be used to alter this behaviour, for example by disabling the K mode.) This was a much simpler, more elegant & less intrusive change than Sinclair's own full-screen editor for the Spectrum 128.

Another nicety was that the editor, when listing, could optionally automatically prettyprint code. It was possible to do this manually in Sinclair BASIC, but automatic indentation has the advantage of highlighting certain types of coding error - primarily those to do with failing to correctly close constructs. Other editing improvements included automatic highlighting of the current-line indicator - a small tweak but disproportionately helpful - and the ability to move the cursor up and down as well as left and right, a huge boon when editing long lines. Combined with the 64-column display (see "New functionality" section below), these improvements made Beta BASIC a much more productive environment even for coding standard Sinclair BASIC and making no use of BetaSoft's language additions.

Beta BASIC was also a BASIC interpreter in its own right, completely replacing and bypassing the Spectrum ROM, which it used as a library. It occasionally made calls into the ROM to access useful functions which it was not worth re-implementing in Beta BASIC itself, either because the ROM routines were good enough or for reasons of space - Beta BASIC had to run in the meagre 48 KB of memory available on a Spectrum and still leave room for the user's code.

Language changes

For its time, Beta BASIC was astonishingly sophisticated. It provided full structured programming with named procedures and functions, complete with local variables, allowing for programming using recursion. Although it supported line numbers, they were not necessary and it offered a mode of operation which completely suppressed the display of line numbers. It provided array operations and commands for accessing files on tape and disk.

In terms of facilities, it exceeded many other available 8-bit BASICs of the 1980s and in some ways approached the capabilities of Microsoft's QuickBASIC 4.5 compiler or QBASIC interpreter, which were programs for far more sophisticated 16-bit computers a decade later.

On the 128K Spectrum machines, Beta BASIC provided extended facilities allowing programmers to access the machine's extra memory, which took the form of a RAM disk. As well as allowing the programmer to save and load programs, blocks of memory or screen images into the RAM disc and catalogue the contents of the RAM disk, Beta BASIC also provided commands for the creation and use of arrays held in the RAM disk, allowing programs running in the 30 KB or so of free memory on the Spectrum to manipulate arrays of approaching 80 KB - a very significant extra amount of space by 1980s standards and more than almost any other 8-bit BASIC, which were generally limited to 64 KB of program and data combined.

New functionality

Beta BASIC also drove the Spectrum's 256x192 pixel display directly, eliminating the restrictions of the ROM's 32-column text display. Beta BASIC offered scalable screen fonts, with a special soft font which was only 4 pixels wide but still highly legible. This meant that Beta BASIC could display 64 columns of text across the screen, quite competitive with newer 8-bit machines' 80-column screens. If the user was prepared to tolerate characters being displayed without gaps between them, an 85 column display was possible. This was not very readable but did allow easy porting of BASIC applications designed for an 80-column screen. Text size could be controlled programmatically so that part of a program's display might use 64-column text, part 32-column text and enlarged or reduced intermediate sizes.

Special versions were produced for users of Interface 1 and the ZX Microdrive, and subsequently for those with the DISCiPLE and PlusD disk interfaces as well. A version for the Amstrad Spectrum +3 was also under consideration for a while, but Dr. Wright discarded the project.

Limitations

Nonetheless, Beta BASIC suffered from some limitations. Like any 8-bit, the Spectrum could only address 64 KB of contiguous memory due to the addressing restrictions of the Spectrum's Zilog Z80 CPU. Of this, 16 KB was taken by the Sinclair BASIC ROM, leaving 48 KB for RAM. The screen took some of this, as did the areas used for holding the interpreter's own internal data structures. Beta BASIC took around 11-12 KB of the remainder, in some cases leaving only 20 KB or so for user programs.

The replacement of Sinclair's editor meant that it was not possible to use the 128K Spectrum ROM's full-screen BASIC editor. No compiler was available for Beta BASIC code and existing Sinclair BASIC compilers such as HiSoft BASIC could not handle the extended keywords and facilities of Beta BASIC. It was possible to develop under Beta BASIC and later compile with HiSoft BASIC, but only by restricting oneself to the limited subset of Sinclair BASIC supported by both implementations - a very frustrating experience for a Beta BASIC coder.

Because Spectrum BASIC only supported floating-point variables and arithmetic (there was no support for integer work), neither did Beta BASIC. This was unfortunate, as this provided significant speed gains and memory savings in rival BASICs. Another remaining Sinclair BASIC limitation was that only single-letter variable names could be used for strings, arrays and other types.

The only other 8-bit BASIC with inbuilt support for structured programming was BBC BASIC. Beta BASIC named procedures did not need to be called with the PROC keyword like in BBC BASIC and thus became new language keywords, allowing the language to be extended in itself. However, BBC BASIC was considerably quicker - the fastest BASIC interpreter of the time. Beta BASIC was not especially fast, though it included faster replacements for particularly slow ROM routines, such as the circle and arc drawing code. Another BBC BASIC feature it lacked was support for the inclusion of inline assembly language in BASIC programs.

Subsequent development

During the development of their sophisticated new successor to the Spectrum, the SAM Coupé, Alan Miles and Bruce Gordon of MGT approached BetaSoft and contracted Dr Wright to provide the BASIC for the new machine. He provided a complete BASIC interpreter which drew extensively upon Beta BASIC but was differently structured, as this was a language in its own right and had no Sinclair ROM to call upon or work around. SAM BASIC was largely compatible with Beta BASIC and operated in a very similar manner, except for areas where the SAM hardware was significantly different, such as the SAM's screen and extended memory. BetaSoft later released an extension to SAM BASIC, named MasterBASIC [http://www.worldofsam.org/node/202] .


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • BASIC-256 — с …   Википедия

  • BASIC extension — BASIC toolkits (aka BASIC extensions) mdash;not to be confused with widget toolkits mdash;were a common type of program for 1980s 8 bit home computers. Generally third party extensions, they added additional features to a computer s built in… …   Wikipedia

  • BASIC — This article is about the programming language. For the think tank, see British American Security Information Council. For the group of countries, see BASIC countries. For other uses, see Basic (disambiguation). BASIC Screenshot of Atari BASIC,… …   Wikipedia

  • Beta blocker — Beta blockers Drug class Skeletal formula of propranolol, the first clinically successful beta blocker ATC code C07 …   Wikipedia

  • Beta-amiloide — Superficie y estructura secundaria del beta amiloide HUGO 620 …   Wikipedia Español

  • Basic (langage) — BASIC Pour les articles homonymes, voir Basic. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres   Sigles de trois lettres …   Wikipédia en Français

  • Beta bloqueantes — Saltar a navegación, búsqueda Representación esquelética del propranolol, el primer betabloqueante clínico. En farmacología, los betabloqueantes (escrito β bloqueantes) son una clase de medicamentos usados para varias indicaciones, en particular… …   Wikipedia Español

  • Beta bloqueadores — Saltar a navegación, búsqueda Representación esquelética del propranolol, el primer betabloqueante clínico. En farmacología, los beta bloqueadores (escrito β bloqueadores) son una clase de medicamentos usados para varias indicaciones, en… …   Wikipedia Español

  • Basic fibroblast growth factor — Basic fibroblast growth factor, also known as bFGF or FGF2, is a member of the fibroblast growth factor family.cite journal | author = Kim HS | title = Assignment1 of the human basic fibroblast growth factor gene FGF2 to chromosome 4 band q26 by… …   Wikipedia

  • Beta Lambda Zeta — or BΛZ, is a social fraternity at Emory Henry College in Emory, Virginia. Founded in 1927 in the college s Stuart Hall, the fraternity centers around brotherhood, love/loyalty and zeal. The fraternity s official colors are scarlet and grey. Among …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”