Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
ELF II
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|1978 microcomputer trainer kit by RCA}} {{Infobox information appliance | name = ELF II | logo = | image = ElF II Computer.jpg | caption = | aka = | developer = | manufacturer = Netronics | family = | type = Hobbyist computer | generation = | lifespan = | discontinued = | media = | os = Monitor ROM | power = external power supply | soc = | cpu = 8 bit [[RCA 1802]] | memory = 256 Bytes to 64KB via 4KB or 16KB memory expansion cards | storage = Cassette Tape | memory card = 4KB or 16KB [[static RAM]] memory cards | display = none | graphics = 64x32 pixels, monochrome, [[NTSC]] TV output | sound = | input = | controllers = | camera = none | touchpad = HEX keypad | connectivity = | platform = | dimensions = | weight = | compatibility= | predecessor = | successor = | related = | website = <!--{{URL|example.org}}--> | title = | releasedate = {{Start date and age|1978}} | price = | unitssold = | unitsshipped = | service = | topgame = }} The Netronics '''ELF II''' was an early [[microcomputer]] trainer kit featuring the [[RCA 1802]] microprocessor, 256 bytes of [[Random Access Memory|RAM]], [[Direct memory access|DMA]]-based bitmap graphics, [[hexadecimal]] keypad, two-digit [[hexadecimal]] [[LED]] display, a single "Q" LED, and 5 expansion slots. The system was developed and sold by Netronics Research and Development Limited in [[New Milford, CT]], USA.<ref>{{Cite web|url=http://www.vcfed.org/forum/attachment.php?attachmentid=8240&d=1331861424|title=Image of Mailing Box with Address Label|last=|first=|date=|website=VCFED.org|publisher=|access-date=27 June 2016}}</ref> == Hardware == Available hardware accessories included: * The "Giant Board" ([[read-only memory|ROM]] monitor, serial and parallel I/O, [[Compact Cassette|Cassette]] interface) * 4KB and 16KB ([[static RAM|static]]) RAM boards * Low-resolution color [[graphics board]] * "Full BASIC" board with [[BASIC]] preloaded in [[Read-only memory|ROM]] chips * [[EPROM]] burner board * External power supply * Attractive, heavy-duty metal cases for the CPU and power supply ==Software== Available software included: * [[Tiny BASIC]] ([[integer]] [[BASIC interpreter]])<ref>{{cite web |last1=Pittman |first1=Tom |title=Tiny Basic Info |url=http://www.ittybittycomputers.com/IttyBitty/TinyBasic/ |website=Itty Bitty Computers |accessdate=4 August 2020}}</ref> * Text Editor * Full BASIC ([[floating point]] [[BASIC]] [[interpreter (computing)|interpreter]] using [[Reverse Polish Notation]]) ==Notable Features== * Unlike similar "bare circuit card" trainer/experimenter computers of the day, the ELF II could be easily expanded thanks to its built-in [[Bus (computing)|bus]]. * Memory mapped TV graphics was provided in the base kit by the [[RCA CDP1861|CDP1861]] "Pixie-Graphics" chip. Pixels were large. With unexpanded 256 byte memory, the [[interrupt]] routine needed to service the chip showed on the screen. * The "Full BASIC" ROM card provided an [[Reverse Polish notation|RPN]] calculator chip as a simple and low-cost [[math coprocessor]]. As a result, floating point operations were an order of magnitude faster than what was possible in software. However, the BASIC syntax for math was non-standard as it used postfix RPN (see code example below). Historically, this was also the heyday of [[Hewlett-Packard]] calculators, so it was a fair bet that any technically-minded person willing to assemble a computer either already knew RPN or could easily learn it and adapt.<syntaxhighlight lang="Qbasic"> 10 REM This program will print the number 30 20 A=10,B=20 30 C=A#B+ 40 PRINT C 50 END </syntaxhighlight> In the code above, the "#" symbol is equivalent to the "Enter" key on a RPN calculator. ==Netronics Video Terminal== Netronics also offered: * An [[ASCII]] keyboard kit * Heavy-duty metal keyboard case * Video terminal card kit (monochrome text, 16 lines by 64 characters, upper & lower case) The keyboard could be used alone to generate ASCII parallel codes. The video terminal card fits underneath the keyboard in the optional case to form a stand-alone video terminal sending and receiving serial ASCII. Either configuration could be interfaced to the ELF II through the Giant Board. The terminal kits were also marketed independently of the ELF II. == The Name == The ELF part of the name came from an earlier machine called the "[[COSMAC ELF]]", published as a construction project in [[Popular Electronics]] magazine. Improvements on its predecessor included an etched [[PCBoard|PCB]], a hexadecimal keypad instead of [[toggle switch]]es for program entry, the [[RCA CDP1861]] Pixie-graphics chip, and the 5 slot 86-line bus for expansion cards. ==See also== *[[COSMAC ELF]] *RCA [[COSMAC VIP]] *Quest SuperELF *[[RCA 1802]] microprocessor *[[Early Microcomputers]] *Competing [[MOS 6502|6502]] microprocessor based trainers [[KIM-1]] and Rockwell [[AIM-65]] *[[Intel 8080|8080]] Based machines: MITS [[Altair 8800]] and [[IMSAI 8080]] *[[RCA Studio II]] ==References== {{Reflist}} == External links == * {{cite web | url = http://www.cosmacelf.com/links.html | title = COSMAC ELF }} [[Category:Early microcomputers]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Infobox information appliance
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)