Jump to content

IBM PC BASIC: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
[[Image:BasicA340.png|right|thumb|BASICA]]
The '''IBM Personal Computer BASIC''' interpreter consists of three upward compatible versions:
The '''IBM Personal Computer BASIC''' interpreter consists of three upward compatible versions:
Cassette, Disk and Advanced.
Cassette, Disk and Advanced.
Line 6: Line 7:


;Disk BASIC
;Disk BASIC
This version has to be loaded by a DOS program (BASIC) and requires 32K RAM. It offers serial communications port support.
This version has to be loaded by a DOS program (BASIC.COM) and requires 32K RAM. It offers serial communications port support.


;Advanced BASIC (BASICA)
;Advanced BASIC (BASICA)
It also has to be loaded by a DOS program (BASICA) but requires at least 48K RAM for more advanced functionality.
It also has to be loaded by a DOS program (BASICA.COM) but requires at least 48K RAM for more advanced functionality.


== Versions ==
== Versions ==
Line 20: Line 21:
*1981: Release 1.0
*1981: Release 1.0
*1982: Release 1.10
*1982: Release 1.10
*1988: 3.40


Last version of BASICA was shipped included with IBM DOS 5.02 product in 1992.
Last version of BASIC/BASICA was shipped included with IBM DOS 5.02 product in 1992. So it is still a part of OS/2 2.x MVDM but only usable on machines with appropriate ROM e.g. IBM PS/2.


== Publications ==
== Publications ==
Line 27: Line 29:


== Links ==
== Links ==
* [http://hobbes.nmsu.edu/download/pub/dos/ibmbasica340.zip ibmbasica340.zip] - alternate version that also runs on clone machines


[[Category:Basic]]
[[Category:Basic]]

Revision as of 16:32, 26 January 2016

BASICA

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.COM) and requires 32K RAM. It offers serial communications port support.

Advanced BASIC (BASICA)

It also has to be loaded by a DOS program (BASICA.COM) 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
  • 1988: 3.40

Last version of BASIC/BASICA was shipped included with IBM DOS 5.02 product in 1992. So it is still a part of OS/2 2.x MVDM but only usable on machines with appropriate ROM e.g. IBM PS/2.

Publications

  • IBM PC Hardware Reference Library BASIC - 2nd Edition (May 1982)

Links