AIM-65

AIM-65

Rockwell AIM-65 computer. On display at the Musée Bolo, EPFL, Lausanne.
Type development computer
Release date 1978 (1978)
Introductory price US$375[1]
CPU MOS Technology 6502
Memory 1K RAM
AIM-65
Comelta Drac-1
Comelta Drac-1 and expansion box
back of expansion box

The Rockwell AIM-65 computer was a development computer introduced in 1978 based on the MOS Technology 6502 microprocessor. The AIM-65 was essentially an expanded KIM-1 computer. Available software included a line-oriented machine code monitor, BASIC interpreter, assembler, Pascal, PL/65, and FORTH development system. Available hardware included a floppy disk controller and a backplane for expansion.

Features

Rockwell advertised the $375 AIM-65, with 1K RAM, as an "easy, inexpensive [computer] ... for learning, designing, work or just fun".[1] Standard software included the system console monitor software in ROM, called Advanced Interactive Monitor. It featured an assembler, disassembler, setting and viewing memory and registers, starting execution of other programs and more. Single stepping was made possible using non-maskable interrupt (NMI). The command prompt was the less-than sign "<", and on receiving a single character command, it added this input character and the greater-than sign ">". If the thermal printer was turned on, this would be output on a single line. The monitor included a number of service routines that could be accessed and used by a user's program to control I/O and code execution, and was fully documented, including source code.

The machine featured dual cassette tape control.[1] This made it possible to write large assembly programs using the two pass assembler ROM. Source code in text was written twice consecutively to the input tape, and then the assembler, which could start/stop the input cassette tape using motor control was invoked. During the first pass the symbol table was built and stored in RAM. During the second pass symbols would be translated and code written out to the second tape, also using start/stop motor control. Being able to avoid storing code in RAM made it possible to save much space. It was however, still important to keep the symbols list short since RAM size was often no more than 4 KB.

In 1981 Rockwell introduced an improved model with a 40 character display as the AIM-65/40. An industrial chassis version was known as the System 65 and included a PROM burner and floppy drives. Rockwell was also a pioneer in solid-state storage devices, introducing "bubble memory" non-volatile expansion boards about 1980.

MTU made a "Visible Memory" card in 1978 that worked with the KIM-1 and AIM-65 computers, providing raster graphics display capability. MTU also made the first real time music synthesizer for a microcomputer; it worked with the KIM-1 and AIM-65, and featured a DAC with software providing 4 voices of 'wavetable-lookup synthesis.

In Spain they were distributed by Comelta. This company made various card expansions:

Comelta assembled all the options in a single box to produce a new computer, the Comelta Drac-1. The first prototype used microcassetes, but definitive versions have two 8" floppy disk drives.

In the late 1970s, the Rockwell AIM-65, and successor System 65 became the first computers used on board a float in the Tournament of Roses Parade. Cal Poly Universities wrote their own animation control language to control hydraulic and motor actuators on floats for many years. In 2003, some of these 27-year-old computers were still in use controlling various displays and creatures at a high tech Halloween show near Alexandria, Virginia, U.S.A.

Technical specifications

Reception

Compute! stated that the monitor was by itself almost worth the price of the AIM-65. It concluded that the computer was "an excellent value at the $375 needed for minimum configurations".[2]

Programming

PL/65 was a programming language designed and implemented by Rockwell International for the AIM-65.[3] It is based on a mix of ALGOL and PL/I, simplified where possible in order to adapt to the limited processing environment afforded by the 6502 (64k memory for instance).

Emulation

AIM-65 can be emulated using MESS Emulator. But that emulation lacks of printer support. Also Sysinfo.dat file states that "Would suffer from support for intelligent terminals as tty equipment."[4]

References

  1. 1 2 3 "AIM 65. Only $375. (advertisement)". BYTE. March 1979. p. 223. Retrieved 17 October 2013.
  2. Clem, Donald (Fall 1979). "AIM 65 Review". Compute!. p. 104. Retrieved 25 October 2013.
  3. "Manual for PL/65" (Text). Motorola 680x0 Resources. Retrieved June 23, 2006.
  4. Sysinfo.dat file of MESS, it can found here: http://www.progettoemma.net/mess/extra.html

External links

This article is issued from Wikipedia - version of the 8/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.