Microsoft BASIC

Microsoft BASIC
Designed by Microsoft
Developer Microsoft
First appeared 1975 (cf. Altair BASIC)
Stable release

Microsoft BASIC is the foundation product of the Microsoft company. It first appeared in 1975 as Altair BASIC, which was the first BASIC by Microsoft and the first high level programming language available for the Altair 8800 microcomputer.

During the home computer craze during the late-1970s and early-1980s, Microsoft BASIC was ported to and supplied with practically every computer design. Slight variations to add support for machine-specific functions led to a profusion of related designs like Commodore BASIC and Atari Microsoft BASIC.

As the early home computers gave way to newer designs like the IBM PC and Apple Macintosh, BASIC was no longer as widely used, although it retained a strong following. The release of Visual BASIC reignited its popularity and it remains in wide use on Microsoft Windows platforms in its most recent incarnation, Visual Basic .NET

Altair BASIC and early microcomputers

The Altair BASIC interpreter was developed by Microsoft founders Paul Allen and Bill Gates with help from Monte Davidoff, using a self-made Intel 8080 software simulator running on a PDP-10 minicomputer.[1] The MS dialect is patterned on Digital Equipment Corporation's BASIC-PLUS on the PDP-11, which Gates had used in high school.[2]

Altair BASIC was delivered on paper tape and in its original version took 4 KB of memory. The following functions and statements were available: LIST, NEW, PRINT, INPUT, IF...THEN, FOR...NEXT, SQR, RND, SIN, LET, USR, DATA, READ, REM, CLEAR, STOP, TAB, RESTORE, ABS, END, INT, RETURN, STEP, GOTO, and GOSUB. There were no string variables in 4k BASIC and single precision was the only type supported. Variable names could only be two characters in length; if a two character variable name was used, the second character had to be a number.

For machines with more memory, the 8 KB version added 31 additional statements and string variable support. Later on, Microsoft released the 12k Extended BASIC which included double precision variables, IF...THEN...ELSE structures, user defined functions, more advanced program editing commands, and descriptive error messages.

The extended 8 KB version was then generalized into BASIC-80 (8080/85, Z80), and ported into BASIC-68 (6800), BASIC-69 (6809), and 6502-BASIC. The 6502 had somewhat less dense assembler code and expanded in size to just under 8k for the single precision version, or 9k for the Extended version. It was also ported to the 16-bit BASIC-86 (8086/88).

The final major release of BASIC-80 was version 5.x, which appeared in 1981 and added support for 40 character variable names, WHILE...WEND loops, dynamic string allocation, and several other features. BASIC 5.x removed the ability to crunch program lines.

The core command set and syntax are the same in all implementations of Microsoft BASIC and generally speaking, a program can be run on any version if it does not use hardware-specific features or double precision numbers (not supported in some implementations).

Licenses to home computer makers

After the initial success of Altair BASIC, Microsoft BASIC became the basis for a lucrative software licensing business, being ported to the majority of the numerous home and other personal computers of the 1970s and especially the 1980s, and extended along the way. Contrary to the original Altair BASIC, most home computer BASICs are resident in ROM, and thus are available on the machines at power-on in the form of the characteristic "READY." prompt. Hence, Microsoft's and other variants of BASIC constitute a significant and visible part of the user interface of many home computers' rudimentary operating systems.

By 1981, Microsoft BASIC was so popular that even companies that already had a BASIC licensed the language, such as IBM for its Personal Computer, and Atari, who sold MS BASIC alongside its own Atari BASIC. IBM's Don Estridge said, "Microsoft BASIC had hundreds of thousands of users around the world. How are you going to argue with that?"[3] Microsoft licensed similar versions to companies that competed with each other. After licensing BASICA to IBM, for example, Microsoft licensed the compatible GW-BASIC to makers of PC clones, and also sold copies to retail customers.[4] The company similarly licensed an Applesoft-compatible BASIC to VTech for its Laser 128 clone.[5]

Extended BASIC-80

Known variants:

  • NCR Basic Plus 6, released in Q1/1977 for NCR 7200 model VI data-entry terminal.[6] The adaptation of Microsoft's Extended BASIC-80 was carried out by Marc McDonald in 1976/1977.

Disk BASIC-80

MBASIC is available for CP/M-80 and ISIS-II. Also available for TEKDOS.

MBASIC is a stripped BASIC-80 with only hardware-neutral functions, however due to the popularity of CP/M, the vast majority of Z80 machines ran MBASIC rather than a version customized for specific hardware (TRS-80 BASIC was one of the few exceptions). Microsoft's CP/M card for the Apple II included a modified version of MBASIC that incorporated some of the graphics commands from Applesoft BASIC such as HPLOT, however the full command set is not supported.

Standalone Disk BASIC-80

First implementation to use an 8-bit variant of the File Allocation Table was a BASIC adaptation[nb 1] for an Intel 8080-based NCR 7200,[nb 1] 7520[nb 1] or 7530[nb 1] data-entry terminal with 8-inch floppy disks in 1977/1978.

TRS-80 Level II/III BASIC

The TRS-80 computer was initially offered with an adaption of Wang Chen Li's Tiny BASIC (Level I BASIC), within a few months this was replaced by a port of BASIC-80 which incorporated some of Level I BASIC's command set, particularly the commands for setting graphics characters. Level II BASIC contained some of the features of Extended BASIC, although due to the need to include Level I commands such as SET and PSET, other features such as descriptive error messages still had to be left out, however these were added into TRS-80 Disk BASIC.

The TRS-80 Model 4 had a newer disk-based BASIC that utilized the BASIC-80 5.x core, which included support for 40 character variable names. It was no longer necessary to reserve string space and the ability to crunch program lines was removed.

BASIC-86

The first implementation as a standalone disk based language system was for Seattle Computer Products S-100 bus 8086 CPU card in 1979. It was utilizing an 8-bit FAT file system.

Microsoft also offered a version of Standalone BASIC-86 for SBC-86/12 for Intel's 8086 Single Board Computer platform in 1980.

Texas Instruments BASIC

This is the version of BASIC used on Texas Instruments' TI-99/4A computer line. Notably, it is not written in assembly language, but in a high level interpreter developed by TI. The reason for this was because Microsoft did not have any programmers who knew how to code for the TI-99/4A's 9900 CPU and so Texas Instruments instead gave them an interpreter to code in instead. The unfortunate effect of this was to make TI BASIC extremely slow due to being double-interpreted. In addition to the version included in the ROM of the TI-99/4A, Texas Instruments developed Extended BASIC.

6502 BASIC

Microsoft ported BASIC-80 to the 6502 during the summer of 1976; it was mostly a straight port of the 8k version of BASIC-80 and included the same prompts asking for memory size and if the user wanted floating point functions enabled or not (having them active used an extra 135 bytes of memory). The earliest machines to use 6502 BASIC were the OSI Model 500 and KIM-1 in 1977.[7] 6502 BASIC included certain features from Extended BASIC such as user-defined functions and descriptive error messages, but omitted other features like double precision variables and the PRINT USING statement. As compensation for not having double precision variables, Microsoft included 40-bit floating point support instead of BASIC-80's 32-bit floating point and string allocation was dynamic (thus the user did not have to reserve string space like in BASIC-80). However, vendors could still request BASIC with 32-bit floating point for a slightly smaller memory footprint; as one example, Disk BASIC for the Atari 8-bits used 32-bit floating point rather than 40-bit.

Standard features of the 9k version of Microsoft 6502 BASIC included:

  • GET statement to detect a key press
  • Line crunching - program lines do not require any spaces except between the line number and statement
  • Only supported variable types are string, single precision, and integer (arrays only)
  • Long variable names are not supported and only the first two characters are recognized
  • Dynamic string allocation

6502 BASIC lacked a standardized set of commands for disk and printer output; these were up to the vendor to add and varied widely with each implementation.

Later implementations of 6502 Basic (1983-) were improved in a lot of aspects. While early Commodore machines (VIC-20, C64) had a BASIC very close to 6502 MS BASIC, later Commodore 8 bit machines (C= 264 series, PET and C=128 named as V3.5, V4.0 and V7.0) had a lot of improvements to make BASIC more useful and user friendly:

  • Disk commands (DIRECTORY, DSAVE, DLOAD, BACKUP, HEADER, SCRATCH, COLLECT, DVERIFY, COPY, DELETE, RENAME, etc)
  • Graphics commands (CIRCLE, DRAW, BOX, COLOR (of background, border, etc), PAINT, SCALE)
  • Graphics block copy and logical operation with the existing graphical screen (SSHAPE and GSHAPE with OR, AND, XOR, etc)
  • Sprite definition, displaying and animation commands on C128, even saving sprites to binaries
  • Sound commands (VOL, SOUND), later on at C=128 Music commands (ADSR and SID filter programming (ENVELOPE and FILTER), PLAY, TEMPO commands)
  • Signs of more structured programming: IF.THEN.ELSE, DO.LOOP.WHILE/UNTIL.EXIT, ON.GOSUB
  • Extended I/O commands for special features: JOY, Function keys
  • Debugging commands: STOP, CONT, TRON, TROFF, RESUME
  • Extended handling of character screen: WINDOW
  • Support easier program development: RENUMBER, NEW, MONITOR, RREG

BASIC-68 and BASIC-69

Microsoft catalogs from the 1980s also showed the availability of BASIC-68 and BASIC-69 for the Motorola 6800 and 6809 microprocessors respectively, running the FLEX operating systems, and also mention OEM versions for Perkin-Elmer, Ohio Nuclear, Pertec and Societe Occitane d'Electronique systems.[9] It seems likely this is what is also the basis for the Microsoft/Epson BASIC in the Epson HX-20 portable computer, which has two Hitachi 6301 CPUs which are essentially a "souped up" 6801. Most of the core features in BASIC-68 and BASIC-69 were copied directly from BASIC-80.

BASIC-69 was notably also licensed to Tandy where it formed the nucleus of Color BASIC on the TRS-80 Color Computer.

MSX

Microsoft produced a ROM-based MSX BASIC for use in MSX home computers, which used a Z80 processor. This version supported the graphics and sound systems of the MSX computers; some variants also had support for disk drives.

Modern descendants

No variety of Microsoft BASIC (BASICA, GW-BASIC, QuickBasic, QBasic) is currently distributed with Microsoft Windows or DOS. However, versions which will still run on modern machines can be downloaded from various internet sites or be found on old DOS disks.

The latest incarnation of Microsoft BASIC is Visual Basic .NET which incorporates some features from C++ and C# and can be used to develop web forms, Windows forms, console applications and server-based applications. Most .NET code samples are presented in VB.NET as well as C#, and VB.NET continues to be favored by former Visual Basic programmers.

In October 2008, Microsoft released Small Basic.[10] The language itself has only 14 keywords.[11] Small Basic Version 1.0 (12 June 2011)[12] was released with an updated Microsoft MSDN website that included a full teacher curriculum,[13] a Getting Started Guide,[14] and several e-books.[15] Small Basic exists to help students as young as age eight[16] learn the foundations of computer programming and then graduate to Visual Basic via the downloadable software, Visual Studio Express, where they can continue to build on the foundation by learning Visual C#, VB.NET, and Visual C++.[17]

Variants and derivatives of Microsoft BASIC

See also

Notes

  1. 1 2 3 4 Sources differ in regard to the first NCR data entry terminal integrating support for the FAT file system. According to Stephen Manes and Paul Andrews, "Gates", development was for a NCR 8200 in late 1977, incorrectly classified as a floppy-based upgrade to the NCR 7200, which had been released in 1975-11 and was built around an Intel 8080 8-bit processor, but was cassette-based only. However, the NCR Century 8200 was a 16-bit minicomputer, onto which several data entry terminals could be hooked up. Marc McDonald even remembered a NCR 8500, a mainframe of the Criterion series, which can be ruled out as well. Other sources indicate that either the NCR 7200 itself or its successor were the actual target platform. The NCR 7500 series was released in 1978, based on a similar 8080 hardware, but now including NCR 7520 and 7530 models featuring 8-inch diskettes. NCR Basic +6, a precursor or adaptation of Microsoft Standalone Disk BASIC-80 was available for them at least since 1979. One source claims that a special NCR 7200 model variant with two 8-inch diskettes and Microsoft BASIC existed and was imported by NCR Sydney into Australia the least.

References

  1. Martin S. Fridson, How to be a billionaire: proven strategies from the titans of wealth, John Wiley and Sons, 1999 ISBN 0-471-33202-X pages 116-120
  2. Manes, Stephen (1993). Gates. Doubleday. p. 61.
  3. Curran, Lawrence J., Shuford, Richard S. (November 1983). "IBM's Estridge". BYTE. pp. 88–97. Retrieved 19 March 2016.
  4. "PC Tutor". PC. 1987-01-13. p. 325. Retrieved 18 January 2015.
  5. Grevstad, Eric (December 1986). "Laser 128 / An Affordable Compatible". inCider. p. 58. Retrieved 29 June 2014.
  6. "NCR Mini, Micro Among Debuts Made on NRMA Convention Floor". Computerworld. 1977-01-17. Retrieved 2014-06-04. (Mentions a 8080-based cassette-based NCR 7200 model VI with NCR Basic Plus 6 (Extended BASIC) to be delivered in Q1/1977. The NCR 7200 model I and model IV were already released in 1975-11, but did not came with BASIC.)
  7. Steil, Michael (30 September 2008). "Bill Gates' Personal Easter Eggs in 8 Bit BASIC". pagetable.com. Retrieved 4 February 2015.
  8. (Advertisement) CompuMate Basic Keyboard Enhancer, Page 7, Electronic Games Magazine (August 1983), Internet Archive
  9. "MICROSOFT Software Catalog", c1980, Computer History Museum
  10. Small Basic Blog: Hello World
  11. What are the 14 keywords of Small Basic?
  12. Small Basic 1.0 is here!
  13. Small Basic Curriculum
  14. Small Basic Getting Started Guide
  15. Small Basic E-Books
  16. Small Basic - Elementary and Middle School Student Testimonials
  17. Graduating from Small Basic
  18. Microsoft BASIC 6502 Timeline, Bill Gates’ Personal Easter Eggs in 8 Bit BASIC, see external links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.