This page (revision-15) was last changed on 03-Feb-2023 15:21 by Maury Markowitz 

This page was created on 23-Dec-2010 08:44 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
15 03-Feb-2023 15:21 3 KB Maury Markowitz to previous
14 18-Sep-2017 15:46 2 KB Roland B. Wassenberg to previous | to last
13 18-Sep-2017 15:42 1 KB Roland B. Wassenberg to previous | to last
12 18-Sep-2017 15:31 1 KB Roland B. Wassenberg to previous | to last
11 18-Sep-2017 15:29 1 KB Roland B. Wassenberg to previous | to last
9 18-Sep-2017 14:13 1 KB Roland B. Wassenberg to previous | to last Microsoft Basic ==> Microsoft Basic I
10 18-Sep-2017 14:13 1 KB Roland B. Wassenberg to previous | to last Microsoft Basic ==> Microsoft Basic I
8 15-Feb-2015 03:11 1 KB Roland B. Wassenberg to previous | to last
7 29-Jan-2015 04:10 1 KB Roland B. Wassenberg to previous | to last
6 29-Jan-2015 03:55 892 bytes Roland B. Wassenberg to previous | to last
5 29-Jan-2015 03:44 390 bytes Roland B. Wassenberg to previous | to last Atari Microsoft Basic
4 23-Dec-2010 11:41 286 bytes Carsten Strotmann to previous | to last
3 23-Dec-2010 08:51 256 bytes Carsten Strotmann to previous | to last
2 23-Dec-2010 08:45 219 bytes Carsten Strotmann to previous | to last
1 23-Dec-2010 08:44 130 bytes Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!!Atari Microsoft Basic I CX8126 ; Copyright (C) 1981 Microsoft Corporation
Atari Microsoft Basic I features high throughput speed, renumber, merge, delete options, aasy access to player / missile graphics and sound registers, powerful string manipulation capabilities and programs convertible to / from other 6502 based microprocessors. Microsoft Basic I offers many additional powerful commands. It is faster than Atari Basic and provides floating point precision to 15 digits. It has a 167 page manual with graphics control keyboard chart. RAM reaquired: 32K
!!!Atari Microsoft Basic I
CX8126 ; Copyright (C) 1981 Microsoft Corporation
At line 4 added 9 lines
!Background
Atari licensed the the Microsoft "9k BASIC" for their new machines, intending to add a number of new commands to it to take advantage of the machine's graphics and sound capabilities. Unfortunately, they had designed the machines to allow only 8k in the ROM cartridges, and in spite of considerable effort, they were never able to get even the original version to fit, let alone any of the extensions. And thus [Atari BASIC], which was written to fit into 8k.
In 1981, Atari released their original extended version of Microsoft BASIC on disk. This version included the various extensions, and as a result was much larger than the cartridge version. It could only run on machines with at least 32k of RAM, and after loading it left little RAM free; on a 48k machine about 20k was left.
In spite of these limitations, MS BASIC had a number of advantages over Atari BASIC. For one, it supported all of the standard MS commands, making it much easier to port BASIC programs from other platforms to the Atari. It also included additional editing commands for renumbering, merging, and deleting blocks of lines. And most importantly, it was much faster; Atari BASIC had a number of well-known performance problems that MS BASIC did not, and this was enough to make most BASIC programs run much faster in MS BASIC.
The disk-based version was later replaced by [Microsoft Basic II], which used a ROM cartridge for the key parts of the language, and put extensions on a separate floppy disk.