Categories
Electronics

All Hardware, Great and Small

So you want to know how a microprocessor works, but can’t shrink yourself?
Why not grow the micro then?

I’ve been fascinated by assembly language since I first learned to program: get really close to the hardware! However, there was still a small gap between those opcodes and what the hardware actually did.

When I went to Uni, one of the courses I took was to design a (simulated) microprocessor and implement an opcode map. I loved it – but it still wasn’t real enough.

A few years ago I stumbled across James Newman’s work with his MegaProcessor – a “micro”processor that had been implemented using transistors and LEDs instead of integrated circuits. And it’s big. Really big. Ten meters (thirty feet) big.

One of its nicest features is that one of its RAM banks is built as an array, to provide a display of the bits that the RAM contains. But that means it’s a pixel-addressable display, so I couldn’t help myself…

I wrote a (configurable) program to run on the machine, and sent it to James. He was kind enough to confirm that it worked on the real hardware – and even YouTube a couple of different runs:

A quick test to show the program worked
The smallest cell size for the maze, given the “screen” dimensions

By John Adriaan

John has been working on computers for longer than they've existed... I mean, for longer than they've been connected to the Internet.

Leave a comment