BASIC Programming

This is an old revision of this page, as edited by Bumm13 (talk | contribs) at 02:31, 31 May 2006 (added image and caption). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

BASIC Programming was released for the Atari 2600 console in 1979. One of only a few non-gaming cartridges, this program allowed consumers to create some simple programs using its own unique programming language.

BASIC Programming attempted to teach simple computer programming on the Atari 2600.

The BASIC Programming display is divided into six regions:

  • "Program" - where instructions are written (maximum of nine lines of code).
  • "Stack" - shows temporary results of what your program does.
  • "Variables" - displays the values of any variables your program is using.
  • "Output" - displays any output values your program is creating.
  • "Status" - displays the amount of available memory remaining
  • "Graphics" - contains two colored squares that can be manipulated by your program.

Basic Programming requires two Atari keyboard controllers, and came with special overlays to show how to type the different commands and letters.

Programmer: Warren Robinett