IBM PC BASIC: Difference between revisions
Line 12: | Line 12: | ||
== Versions == | == Versions == | ||
; | ;Cassette | ||
1981: C1.00 - in early IBM PC with 16k-64k planar | 1981: C1.00 - in early IBM PC with 16k-64k planar | ||
1982: C1.10 - in later IBM PC, PC XT, PC AT and PS/2 | 1982: C1.10 - in later IBM PC, PC XT, PC AT and PS/2 |
Revision as of 16:40, 23 January 2016
The IBM Personal Computer BASIC interpreter consists of three upward compatible versions: Cassette, Disk and Advanced.
- Cassette BASIC
The core is implemented in 32K ROM of IBM PC. It can be used with any amount of RAM and without booting to DOS. It's limited to save files only to cassettes.
- Disk BASIC
This version has to be loaded by a DOS program (BASIC) and requires 32K RAM. It offers serial communications port support.
- Advanced BASIC (BASICA)
It also has to be loaded by a DOS program (BASICA) but requires at least 48K RAM for more advanced functionality.
Versions
- Cassette
1981: C1.00 - in early IBM PC with 16k-64k planar 1982: C1.10 - in later IBM PC, PC XT, PC AT and PS/2 1984: C1.20 - only in PCjr
- Disk & Advanced
1981: Release 1.0 1982: Release 1.10
Last version of BASICA was shipped included with IBM DOS 5.02 product in 1992.
Publications
- IBM PC Hardware Reference Library BASIC - 2nd Edition (May 1982)