bbc micro

Uncategorized

#11 European Diversity – Part 1 (1980s) and Other Niches

The 1980s in Europe were a vibrant and unique period in the history of personal computers. While the global market was dominated by standards from the USA and Japan, Europe developed its own homegrown platforms that had a major impact on education, market development, and computer culture. Created by local companies to meet the specific needs of schools and users, these machines combined technology and education in ways that inspired a whole generation of programmers and IT specialists. Acorn BBC Micro – The Educational Powerhouse of the UK Release: 1981The BBC Micro was the foundation of Britain’s computer literacy program. Introduced as part of the BBC Computer Literacy Project, it was developed by Acorn Computers to be used in schools and for teaching programming. Key features: The BBC Micro helped hundreds of thousands of young people become programmers, engineers, and game developers. Anecdote:The BBC promoted the computer through educational TV shows—creating a synergy where millions of children watched and learned to code live on screen. BBC Micro by geni – License: CC BY-SA 4.0 Acorn Electron – Budget-Friendly Brother of the BBC Micro Release: 1983The Acorn Electron was a simplified, lower-cost version of the BBC Micro, aimed at the home market. While limited in memory and expansion, it became popular among less demanding users and schools. Key features: Acorn Electron by Marcin Wichary Creative Commons Attribution 2.0 Dragon 32/64 – The Welsh Challenger Release: 1982Dragon Data Ltd. in Wales produced the Dragon 32 and Dragon 64 as an alternative to popular 8-bit systems, based on the TRS-80 Color Computer with a Motorola 6809E CPU. Key features: The Dragon became relatively popular in the UK, Ireland, and even in Poland, where machines were imported from the West. Anecdote:Dragon Data sponsored coding contests for youth—many Polish programmers learned their first lines of code on this system. Dragon 32 by David G. Dixon – License: CC BY-SA 2.0 Memotech MTX – Class and Professionalism Release: 1983The Memotech MTX was a premium British home computer with an anodized aluminum case and a mechanical keyboard. It targeted professionals and advanced users. Key features: The MTX was praised for its robust construction and development tools—especially among programmers. Memotech MTX by BilbyCreative Commons Attribution 3.0 Enterprise 64/128 – Advanced Tech Within Reach Release: 1985The Enterprise 64/128 was a highly advanced British computer with exceptional graphics and audio capabilities, powered by the EXOS operating system. However, its delayed release affected its commercial success. Key features: Enterprise 128 Miguel Duran at “El Museo de los 8 Bits”. (Minor changes by Ubcule as described below). Creative Commons Attribution-Share Alike 2.5 Jupiter Ace – The Forth-Based Rebel Release: 1982The Jupiter Ace broke away from convention by using the Forth programming language instead of BASIC. While efficient and powerful, it was difficult to learn, limiting the machine’s popularity. Key features: Jupiter ACE by Factor-h Creative Commons Attribution 3.0 Summary The 1980s defined a uniquely diverse and creative European computing scene. While many of these platforms never achieved global success, they played a foundational role in education, community building, and in inspiring generations of programmers who went on to shape the global tech industry.

Uncategorized

#02 MOS Technology 6502 Processor: Architecture, History, and Computers

1. Architecture and Design The MOS Technology 6502 is an 8-bit microprocessor with a 16-bit address bus, built using 8μm NMOS technology with 4528 transistors (3510 enhancement and 1018 depletion load). The die size is 3.9 × 4.3 mm (16.6 mm²), and it requires a single +5V power supply. Pinout diagram of the MOS 6502 microprocessor showing all 40 pins, including address and data buses and control signals 1.1 Internal Organization The 6502 has a minimalist register set consisting of only 6 registers: 8-bit registers: 16-bit register: Unlike the Z80, the 6502 has no register pairs – all 16-bit operations must be performed through separate instructions for the low and high byte. Little-endian Architecture The 6502 is a little-endian processor, meaning 16-bit values are stored with the low byte first. For example, address $1234 is stored in memory as $34 $12. Zero Page One of the 6502’s key features is the Zero Page – the first 256 bytes of memory ($0000–$00FF) act like pseudo-registers. Instructions referencing the Zero Page: The stack is permanently located on page $01 ($0100–$01FF). 1.2 Addressing Modes The 6502 offers 13 addressing modes, including: Mode Example Operation Immediate LDA #$EA A ← $EA Absolute LDA $0314 A ← M($0314) Absolute,X LDA $0314,X A ← M($0314+X) Zero Page LDA $02 A ← M($02) Zero Page,X LDA $02,X A ← M($02+X) (Zero Page,X) LDA ($02,X) A ← M(PTR($02+X)) (Zero Page),Y LDA ($02),Y A ← M(PTR($02)+Y) 1.3 Instruction Set The 6502 has 56 basic instructions (compared to the Z80’s 158). With different addressing modes, this totals 151 opcodes. Categories include: 2. History of Creation 2.1 Founding of MOS Technology The 6502 story began in 1973, when Chuck Peddle was working at Motorola on the 6800 processor. Peddle saw market demand for a much cheaper processor than the ~$300 solutions of the time. When Motorola’s management rejected his proposal, he left the company. In August 1974, he and seven other Motorola engineers – Harry Bawcom, Wil Mathys, Rod Orgill, Ray Hirt, Mike Janes, Terry Holdt, and Bill Mensch – joined MOS Technology in Valley Forge, Pennsylvania. Chuck Peddle and his team displaying a large layout of the MOS 6502 microprocessor / team6502.org 2.2 Design Team MOS Technology was a small semiconductor firm founded by John Paivinen, a former GE colleague of Peddle. The company specialized in calculator chips and had its own mask lab and production line. The “Motorola Eight” team included: 2.3 Design Process The 6502 was largely designed by hand on paper. Without advanced simulation tools, most verification was done mentally or with basic aids. Key innovations included: 3. Evolution and Variants 3.1 Basic Versions: 3.2 Later Extensions: 4. Computers Using the 6502 4.1 American Pioneers: Apple II, By All About Apple museum official web site – http://www.allaboutapple.com/, CC BY-SA 3.0 Atari 800, By Evan-Amos – Own work, Public Domain 4.2 Game Consoles: Atari 2600, By Evan-Amos – Own work, Public Domain Nintendo Famicon, By Evan-Amos – Own work, Public Domain 4.3 British Systems: BBC Micro, By BBC_Micro.jpeg: Stuart Bradyderivative work: Ubcule (talk), Public Domain 4.4 Other European Implementations: 5. DIY Computers and Hobbyist Projects 5.1 Ben Eater 6502 Computer: 5.3 Other DIY Projects: 6. Modern Applications 6.1 Embedded Systems: The 65C02 is still produced by Western Design Center and used in: Bill Mensch claims 6502 derivatives are found in over 5 billion devices worldwide. 6.2 Educational Significance: The 6502 remains a perfect learning tool for: Its simplicity makes it ideal for newcomers to low-level computing.

Uncategorized

#04 Home Computers of Europe – Amstrad, Timex, BBC Micro, Oric and Other Heroes of a Generation

After the triumph of the ZX Spectrum and Commodore 64, a wave of computer fascination swept across Europe. Local manufacturers, inspired by the success of the “big players,” decided to create their own answers to the growing demand. Thus were born the machines that raised a generation of engineers, avid gamers, and first-time programmers in the UK, Germany, France, Spain, and Poland. These are the childhood heroes of millions of Europeans – often underappreciated, but crucial to the development of digital culture. Amstrad CPC – The Computer That Came “Complete” Release: June 1984Behind the success of the Amstrad CPC (Colour Personal Computer) series stood Alan Sugar – an entrepreneur who bet on convenience and completeness. The CPC 464, 664, and 6128 computers were sold with a color or monochrome monitor and – depending on the model – a built-in cassette recorder or floppy disk drive. This simplicity made Amstrad a huge success in the UK, France, and Spain, where it was marketed as a ready-to-use tool for gaming, learning, or word processing. Praised for its durability, intuitive BASIC, 27-color graphics, and wide peripheral support, the Amstrad CPC quickly fostered a strong scene of gaming and programming talent – including in Poland, where it arrived in the late 1980s. Anecdote:At a time when most competitors advertised just a bare motherboard or a computer without a monitor, Amstrad promoted the slogan: “You get everything you need, right away” – perfect for both a teenager’s desk and a teacher’s office. Amstrad CPC 464, monitor, cassette recorder – by Bill Bertram, Wikimedia Commons, CC BY-SA 2.5 Timex Computers – A Unique Polish-Portuguese-American Story Release: from 1982 (USA) to 1986 (Poland, Portugal)Timex was a global phenomenon from the start – first as the American counterpart of Sinclair computers, then as its own line developed mainly in Portugal and widely distributed in countries like Poland.Most notable models: Timex Sinclair 1000 and 1500 (ZX81 clones); Timex Sinclair 2068 (enhanced ZX Spectrum) – not fully compatible, but praised for its richer graphics. In Poland, the true legend became the Timex Computer 2048 – a machine with a rubber keyboard, full compatibility with ZX Spectrum 48K, and additional graphic modes. Sold through the Central Scout Warehouse, often available via ration coupons, it powered many school labs and homes of computer enthusiasts. Trivia:After 1985, all Timex development moved to Lisbon – to this day, communities and “retro services” for these machines exist in Portugal and Poland, including active forums dedicated to the Timex 2048. Timex 2048 by Ricnun at English Wikipedia Timex 2068 by Gregory F. Maxwell at English Wikipedia BBC Micro – “The Computer That Taught Britain to Code” Release: December 1981The British public broadcaster BBC launched a national computer literacy campaign and commissioned the Acorn company to build a machine. The result: BBC Micro – widely used in schools, equipped with a fast MOS 6502A (2 MHz) processor, excellent graphics, great sound, and the brilliant BBC BASIC language. The machine supported hundreds of expansions, a wide range of peripherals, and even early scientific robotics experiments. In the 1980s, around 80% of British schools had BBC Micros, and tens of thousands of kids learned to program on them. Anecdote:Some teachers, seeing the BBC Micro in their classroom for the first time, were literally afraid – thinking that “the BBC’s machine” might be reporting grades directly to the government. BBC Micro Model B – by geni, Wikimedia Commons, CC BY-SA 4.0 Oric and Dragon – Underdogs of a Rough Market Both the UK and France experienced their own wave of alternative computers.The Oric-1 (by Tangerine/Oric Products, 1983) competed with the ZX Spectrum, offering slightly better sound and graphics, plus a sturdier keyboard. It became especially popular in France thanks to local production and support. Dragon 32/64, made by Dragon Data in Wales, were enhanced versions of the TRS-80 Color Computer, equipped with a Motorola 6809 processor, excellent BASIC, and an enthusiastic user community that survives to this day. Oric-1 CC BY-SA 3.0, Link Dragon 32 – by David G. Dixon, Wikimedia Commons, CC BY-SA 2.0 All of Europe Codes, Plays, and Dreams of a Virtual World The 1980s were a European festival of creativity and local attempts to break through with “homegrown” computers. Amstrad, Timex, BBC Micro, Oric, and Dragon not only complemented the market – they built local ecosystems: magazines, computer clubs, national game scenes, and cassette software exchanges. It was on these machines that future engineers, game designers, and IT leaders grew up – along with millions of children who wrote their very first lines of BASIC code.

Passionate about bringing retro computers back to life — Apple, Commodore, Atari, Amiga, and more.

Policies

© 2025 RetroComp. All rights reserved.

Scroll to Top