-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacorn.htm
123 lines (123 loc) · 4.9 KB
/
acorn.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<HTML>
<HEAD>
<TITLE>From Little Acorns...</TITLE>
<META NAME="DC.title" CONTENT="From Little Acorns...">
<META NAME="DC.creator" CONTENT="John Honniball">
<META NAME="DC.language" CONTENT="en-GB">
<META NAME="author" CONTENT="John Honniball">
<LINK HREF="index.htm" REL="home" TITLE="John Honniball's Home Page">
<LINK HREF="index.htm" REL="top" TITLE="John Honniball's Home Page">
<LINK HREF="eee.htm" REL="made" TITLE="John Honniball's Contact Page">
</HEAD>
<BODY BGCOLOR="#ffffcc">
<FONT FACE="Arial,Helvetica,sans-serif">
<H1 ALIGN=CENTER>From Little Acorns, Mighty Oak Trees Grow</H1>
</FONT>
<A HREF="index.htm">HOME</A> > <A HREF="comp.htm">Computers</A> > <B>Acorn</B>
<H2>Acorn System One</H2>
<A HREF="asys1_m.jpg">
<IMG SRC="asys1_t.jpg" ALT="Acorn System One" HEIGHT=115 WIDTH=100 ALIGN=LEFT>
</A>
The very first Acorn microcomputer, based on the 6502 CPU with
1kbyte of memory.
When assembled, the upper board, with keyboard and LED display,
was mounted on top of the lower, CPU board.
The two boards have been separated here because the owner expanded
his machine into an Acorn System Three.
<BR CLEAR=LEFT>
<H2>Acorn System Three</H2>
<A HREF="asys3_m.jpg">
<IMG SRC="asys3_t.jpg" ALT="Acorn System Three" HEIGHT=34 WIDTH=100 ALIGN=LEFT>
</A>
The early Acorns were fully expandable, and here we see the front of
the Verorack that holds a System Three.
The two leftmost boards in the rack are the two boards from the
System One (above).
The other boards supply extra memory, I/O devices and a floppy disk
interface.
The rack also houses a power supply and a fan.
<BR CLEAR=LEFT>
<H2>Acorn Atom</H2>
<A HREF="atom_m.jpg">
<IMG SRC="atom_t.jpg" ALT="Acorn Atom" HEIGHT=61 WIDTH=100 ALIGN=LEFT>
</A>
The Atom was the first Acorn machine with a plastic moulded case.
It was still based on the 6502 CPU, but with more memory, a built-in
VDU (6847) and a full keyboard.
It ran Acorn BASIC, which differed significantly from the more common
Microsoft BASICs of the time.
Its most significant difference was the lack of PEEK and POKE commands,
which were replaced by a BCPL-like "byte indirection" syntax.
<BR CLEAR=LEFT>
<H2>BBC Micro</H2>
<A HREF="bbc_m.jpg">
<IMG SRC="bbc_t.jpg" ALT="BBC Micro" HEIGHT=81 WIDTH=100 ALIGN=LEFT>
</A>
Acorn found success with the contract to supply the BBC Micro.
It was designed to be used in the BBC educational series
"The Computer Programme", but was also popular in schools, technical
colleges and universities.
The machine was also a very popular home computer, with games such
as Elite available.
<P>
The BBC Micro spawned a whole industry in Britain supplying add-ons
like disk drives, printers, ROM expansion boards, educational
interfaces and, of course, software.
Companies that previously sold parts to electronics hobbyists, such
as Technomatic and Watford Electronics, became computer companies.
They built hardware for the BBC as well as writing the software
to drive it.
<BR CLEAR=LEFT>
<H2>Acorn Electron</H2>
<A HREF="elec_m.jpg">
<IMG SRC="elec_t.jpg" ALT="Acorn Electron" HEIGHT=46 WIDTH=100 ALIGN=LEFT>
</A>
The BBC was quite an expensive machine and included interface ports
that many buyers never used.
The Electron was designed as a cheaper machine, but still mostly
compatible with the BBC, for the home market.
It didn't have the built-in expansion ports of the BBC, but required
an external add-on expansion module.
It was also about half the speed of the BBC because of its ingenious
four-bit wide dynamic memory system.
<BR CLEAR=LEFT>
<H2>BBC Master</H2>
<A HREF="master_m.jpg">
<IMG SRC="master_t.jpg" ALT="BBC Master" HEIGHT=72 WIDTH=100 ALIGN=LEFT>
</A>
The final stage of development of the BBC Micro was the Master series.
A cut-down version, the Master Compact, was available for home users
who didn't need the expansion ports.
<BR CLEAR=LEFT>
<H2>Acorn Archimedes A310</H2>
<A HREF="arch_m.jpg">
<IMG SRC="arch_t.jpg" ALT="Acorn Archimedes A310" HEIGHT=115 WIDTH=100 ALIGN=LEFT>
</A>
The Archimedes range was the beginning of the RISC era for Acorn.
The company had experimented with other CPU chips than the 6502 via the
BBC Micro's second processor facility.
Unable to find a really good off-the-shelf CPU, they designed their own.
The Acorn Risc Machine or ARM CPU is still in production.
<BR CLEAR=LEFT>
<HR>
<DIV ALIGN=CENTER>
<P>Return to <A HREF="comp.htm">John Honniball's Computer page</A></P>
<P>Return to <A HREF="index.htm">John Honniball's home page</A></P>
<FONT SIZE="-1">
Copyright © 2007
by <A HREF="eee.htm">John Honniball</A>.
All rights reserved.
</FONT>
</DIV>
<HR>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8655234-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</BODY>
</HTML>