COSMAC ELF
From Wikipedia, the free encyclopedia
The COSMAC ELF was a very early personal computer. It was operated without built-in ROMs and programs were entered directly with help of the CPU integrated dma.
It featured two segment digits and Tape connector.
It was much like RCA COSMAC VIP without a video chip, although some ELF's did have video chips installed.
The COSMAC ELF was an RCA 1802 microprocessor-based computer based on a series of construction articles in Popular Electronics magazine. Through the back pages of electronics magazines, both Netronics and Quest Electronics offered low-priced kits that were based on this design.
The base configuration had 256 bytes of RAM, but expansion boards could raise that to 4K or 32K RAM.
A simple circuit used the DMA feature of the 1802 to permit entry of programs and data into RAM through the hex keyboard. Typing two hexadecimal keys on the keyboard and pressing the “I” key would enter a byte into RAM and display it on the pair of hex LEDs, then advance the DMA counter to the next location. Typically, a small cassette loader or monitor program would be entered in this way to permit loading of larger programs.
A 3.58 MHz crystal oscillator was divided down to drive the microprocessor and a companion RCA 1861 “PIXIE” video generator IC. NTSC compatible monochrome video output could be generated using DMA operations interleaved with carefully arranged 1802 opcodes. The maximum resolution by the 1861 was 64h by 128v pixels. By changing the placement of instructions in the video display subroutine, pixel rows could be repeated to obtain lower resolutions, allowing the video display to be used even with 256 bytes of RAM.
A one-bit output from the microprocessor, the Q line, could be driven by software to produce sounds through an attached speaker or to save programs in RAM to a cassette recorder. Branch instructions in the 1802 instruction set could read the state of the EF1 through EF4 input lines, which were used to read the I keypad button and programs from the cassette recorder, along with input from peripherals such as a light pen.
A series of newsletters and small booklets offered by Netronics and Quest contained 1802 machine language and CHIP-8 programs, along with schematics for expanding the ELF and adding peripherals, including a light pen.
Tiny BASIC, a version of BASIC offered by Tom Pittman, could be used to write small BASIC programs on the ELF that could display through the PIXIE display or TV-Typewriter hardware.