Fullfill your Nostalgia with Development Kits based on Intel 8080, Motorola 6802, Z80… Processors

Intel 8080 processor was released in April 1974, Motorola 6802 in 1976, and people in their late 40’s, 50’s or older may have experimented with those more than 40 years.

People may still have those at home, but surely it’s not possible to purchase those in 2019 if suddenly you’ve got that nostalgia feeling getting at you, right? Apparently, it is, as Wichit Sirichote, an associated professor at the Department of Applied Physics in King Mongkut’s Institute of Technology, in Bangkok, Thailand has designed a few development kits based on those older processors.

Intel 8080 Processor Development Kit
Intel 8080 Development Kit

Let’s take the 8080 devkit as an example to check out the features of such kits:

  • CPU – NEC 8080 CPU clocked at 2.048MHz
  • Memory & Storage – 32KB RAM, 32KB EPROM
  • Memory and I/O decoder chip – GAL16V8D PLD
  • Oscillator – 8224 chip with Xtal frequency of 18.432MHz
  • Bus controller – 8228 chip with RST 7 strobing for interrupt vector
  • Display – 6-digit 7-segment LED display
  • Keyboard – 28 keys
  • RS232 serial port — Software-controlled UART 2400 bps 8n1
  • Debugging LED – 8-bit GPIO1 LED at location 00H
  • Tick – 10ms tick produced by 89C2051 available for time trigger experiments
  • Text LCD interface – direct CPU bus interfaced text LCD
  • Expansion header – 2x 20-pin header
  • Misc – KIA7042 reset chip for power brownout reset; HALT and INTE bit indicator LEDs
  • Power conversion – +12V and -5V power supplied via on-board MC34063 DC/DC converter and Intersil ICL7660
  • Power consumption — 500mA @7.5V via external AC adapter

NEC-8080 Microprocessor Kit 2016

More details about the kit, including some sample code in assembly can be found on the project page.

If you did get started many years with another platform, Wichit Sirichote has a choice of other development kits based on relics of the past:

  • CDP1802 Microprocessor Kit  Build the Vintage COSMAC CDP1802 kit.
  • Intel 8086 Microprocessor Kit  Build the popular x86 based microprocessor kit with the 8086 CPU.
  • Motorola 6809 Microprocessor Kit  Build the 8-bit microprocessor kit with the 6809 CPU.
  • Motorola 68008 Microprocessor Kit  Build the 32-bit microprocessor kit with the 68008 CPU.
  • Intel 8088 Microprocessor Kit  Build the 16-bit microprocessor kit with a popular 80C88 CPU.
  • 8051 Microcontroller Kit  New design 8051 single board with 7-segment and hex keypad.
  • Motorola 6802 Microprocessor Kit Back to 1976, 6802 Microprocessor.
  • Z80 Microprocessor Kit  Easy use with MPF-1 commands compatible, Z80 kit.
  • 6502 Microprocessor Kit  Back to classic CPU with MOS technology 6502 CPU.
  • 8085 Microprocessor Kit.  Nice design with smaller size PCB of MTK-85 kit.

I personally got started with a ZX-81 computer and then an Intel 8086 PC in the early 90’s so maybe I’m not that old after all 😉

You’ll find all the information about the microprocessor and microcontroller training kits on Mr. Sirichote’s website. There’s no purchase link on the website, but I heard about the projects via Rick Lehrbaum who wrote about his experience with the 8080 kit, and explains that you can contact Mr Sirichot by email (available on his website) if you’re interested in ordering one of his microprocessor kits.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
38 Comments
oldest
newest
blu
blu
4 years ago

z80 is found to this day as ez80 — a 24bit 50MHz *pipelined* MCU, with z80 BC mode. There’s is a very nice MakerLisp board based on ez80 + 2MB SRAM + sd+ usb, hosting a bare-metal version of LISP.

theguyuk
theguyuk
4 years ago

ZX81, ZX Spectrum 48K, Atari ST FM and STE, 386 Intel, Cyrix, AMD etc

@Blu

You mean these?
https://www.tindie.com/products/lutherjohnson/makerlisp-ez80-lisp-cpm-machine/
https://www.digikey.com/catalog/en/partgroup/ez80-acclaim/15884

blu
blu
4 years ago

Yep. The first one is MakerLisp board.

willy
willy
4 years ago

This is great. That’s exactly how computer science should be taught to kids. The problem is that they’ve got so much used to playing games and using advanced applications nowadays that they can easily get bored with what they can achieve here. But when you touch such kits you quickly understand the cost of a byte or of an instruction. One benefit of such a kit compared to an arduino+PC is that it’s possible to be completely autonomous. I mean, with the 2-line LCD and a minimalistic monitor capable of assembling/disassembling instructions, it’s possible to write your own code directly… Read more »

dgp
dgp
4 years ago

Computer science should be taught to kids with logo turtle IMHO. Learning how to print stuff on the terminal, flash LEDs is pretty boring. Having a little robot with a marker pen in it draw a massive picture you coded teaches the same concepts but appeals to far more kids.

willy
willy
4 years ago

fun, because for me it was the exact opposite. I really didn’t like logo by finding it totally useless and feeling I was just wasting my time since I’d never meet it again in my life. On the opposite when you start with a blinking led, you then switch to a 7-seg LED display, then you connect 4 of them and have a clock, then add a buzzer and make your alarm clock, then connect it to a high power lamp and/or a radio etc… The possibilities are countless.

blu
blu
4 years ago

Likewise. Of all aspects of CS I’ve studied at high-school, logo has produced the least impact on my career and general formation of interests.

dgp
dgp
4 years ago

Logo was one of the “killer apps” on the RISC PC when it first came out. You would have thought you’d be all over it.

Anyway. Way to miss the point yet again. I wasn’t talking about teaching almost-adults in a CS class. The original post was about “kids”.. you know those little things that are more worried about whats for dinner than the life long impact of something they learned at school.

blu
blu
4 years ago

> Logo was one of the “killer apps” on the RISC PC when it first came out. You would have thought you’d be all over it. I was never into logo. Besides, I was in high school a tad before RISC PC. Speaking of logo and little kids, Scratch is what some of them are taught in 3rd grade nowadays. Yes, Scratch is a far logo descendant, but things are very, very far from turtle graphics today. When it comes to CS fundamentals, games like Human Resource Machine and 7 Billion Humans is what I recommend to young kids (and… Read more »

dgp
dgp
4 years ago

Scratch is great and all but kids lose interest pretty quickly if it’s just doing something on the screen. The old turtles were good because it brought logo off of the screen and crashing around the room. At my primary school we had a RISC PC with the logo software and a turtle and a BBC micro with some sort of GPIO thing that ran a little traffic light setup and some motors to operate a crossing barrier.. The BBC micro barely got touched.

Bruce
Bruce
4 years ago

logo is lisp though,
so depending how you like it, you can go pretty “deep” with it

blu
blu
4 years ago

@Willy, absolutely. Young people’s interest in the fundamentals and what makes things tick in our industry is best lit via simple (by today’s standards), graspable hw. Whether that’d be hw architectures and machine languages, HL/machine interactions, maker projects and interfacing with the physical world — all these are best left to a simple MCU-class system, with as few things in the way as possible. I feel lucky for having grown up in the 8-bit era.

dgp
dgp
4 years ago

If you’re going to bore kids to death with that stuff at least use something that makes sense (i.e. doesn’t have weird artefacts of being 8 bit like bank switching) like the m68k. I can only speak for those of us that didn’t have to craft our own valves before even thinking about coding but a lot of people use something like http://www.easy68k.com/ for their low level/systems architecture modules.

willy
willy
4 years ago

I’m not speaking of using *exactly* these devices with their numerous design mistakes, but something *as simple*. The 8088 instruction set was very simple (yet not as simple as other CPUs of this area) and the way it worked was easy to understand. It didn’t yet impose you word alignment and was powerful enough for many use cases. Hey, after all it ultimately ruled the world. But m68k could be excellent as well, or 8051 as well (for other reasons, even simpler). These machines allow the developer to understand every single part they are coding and the associated impacts. Nowadays… Read more »

dgp
dgp
4 years ago

>The same could be done with PIC microcontrollers

*shudder*

>to proceed step by step and see the effect on registers

If you really want to do that you can do it with a $.30 STM32 via SWD.

Laurent
Laurent
4 years ago

Even older pros writing Java should play with such low end hardware to understand basic things that they have no clue about 🙂

dgp
dgp
4 years ago

How would that help them? “older pros” writing Java would have usually had experience with at least JNI (which requires knowing how these machines actually work) because it’s almost impossible to write anything complex with totally pure Java. Some of them might have experience manipulating byte code with asm.

Laurent
Laurent
4 years ago

That would help them being nice with memory rather than stupidly wasting it. That would help them understanding what kind of code a CPU really runs rather than an abstracted VM (and I can guarantee you not many of Jave devs have a clue what the JVM is and even less what kind of code gets generated by JIT).

I strongly believe doing low level programming is a benefit for every programmer. Even though of course no one should only do low level prog, just practice it a little 🙂

dgp
dgp
4 years ago

>That would help them being nice with memory rather than stupidly wasting it. “waste” is subjective. Using a lot of memory to do something doesn’t mean that it’s a waste. Especially as it’s not a resource you consume and never get back. And almost all Java devs that have been working with it with years will know about native buffers and when it makes sense to use them. >That would help them understanding what kind of code a CPU really runs Most java developers know what byte code is and what JIT does. Again, many that have been using it… Read more »

Laurent
Laurent
4 years ago

This is simply not my experience. But OK.

dgp
dgp
4 years ago

You don’t get to meet many good devs while being neck deep in multi gigabyte code bases all day long?

Laurent
Laurent
4 years ago

I know people working in a company that has a huge C++/Java code base (multi million lines). And the consensus is that they have no clue what’s happening at lower level (even some of the C++ devs, though these tend to be more knowledgeable) and simply don’t care. This matches my experience teaching microprocessor micro-architecture 15 years ago in a computer science master class at university. Most of the students didn’t care (and that was the same for all the other higher level courses such as functional programming) but they were happy designing GUI in their Java IDE. Of course… Read more »

blu
blu
4 years ago

The neglect toward hw architectures by both university curricula and the students themselves is alarming — it will bite the industry in the ass fairly soon. The notion that the industry provides opportunities for big money no matter what makes students seek the course of least effort through the academic programs and subsequent early years of employment in the industry as well. ‘Why do I need to bother with arcane things like hw architectures when I have my salary guaranteed?’ is yielding more and more prospective employees who don’t know the first thing about computing.

dgp
dgp
4 years ago

> is yielding more and more prospective employees
>who don’t know the first thing about computing.

Go for an interview in “the industry”. All of them in the last few years are data structures etc on a white board. It’s stuff that’s not relevant to most positions people are going for but they need to grasp on some level to get through the first round.

dgp
dgp
4 years ago

>And the consensus is that they have no clue what’s happening at lower level

Do you actually know that for sure or is it your automatic bias against them?

>Of course that doesn’t mean these people are bad at their job.

So why does it actually matter then?

>They just could be better and definitely have the capacity to
>understand basic low level things.

Better at what? Better at knowing some junk about old 8 bit crap with bank switching, weird zero page stuff etc for no reason?

willy
willy
4 years ago

> Better at what? Better at knowing some junk about old 8 bit crap with bank switching, weird zero page stuff etc for no reason? Often it’s “better at doing stuff that is more friendly to the computer”. Like knowing the size of a struct you use in an array so that each reference only does a single bit shift and not a more painful multiply that in addition to taking more cycles, clobbers two registers. Stuff like not using divisions in portable code supposed to be fast because many CPUs simply don’t have it, or using it with constants… Read more »

dgp
dgp
4 years ago

>Often it’s “better at doing stuff that is more friendly to the computer”. If you’re using Python, Java etc then you already don’t really care about that even if you know about it. Even if you care what can you do about it? Are you going to rewrite everything in C and make your job considerably harder and time consuming just to feel good about not using as much memory on your machine with 64GB of RAM? Wasting memory is a horrible crime but wasting time worrying about inconsequential things isn’t? Isn’t “premature optimisation” one of the sins the good… Read more »

blu
blu
4 years ago

There was nothing to invalidate about your opinion — it was an argument from ignorance, to boot.

renw0rp
renw0rp
4 years ago

you would be surprised how much you can do without JNI. I’ve never used it myself and I doubt any of my colleagues did

David Jashi
4 years ago

One thing bothers me in specs for 8080 kit – it’s quartz’s frequency. Do they seriously run 8080 at 18 MHz???

Diego
Diego
4 years ago

As I understood it the CPU runs at 2.048 MHz but the Xtal is 18 MHz and gets divided to the right frequency.

Jamez
Jamez
4 years ago

a 2.048 Crystal likely would be much more costly these days (since no one is using that speed), so ya a frequency divider is being used… (but I wouldn’t be that surprised that the 8080 could run at 18MHz these days… ) likely there is a divide by 9 or something to the clocking likely you find on older 8051’s.

Laurent
Laurent
4 years ago

I have fond memories of my first computer with a Z80 (well NSC800 in fact) back in ’83. I still remember the encoding of most instructions…

I then switched to 68k and SPARC. x86 marked the end of assembly programming for me, what an abomination it was and still is (but what great processors Intel and AMD are doing!). I’m now happy doing assembly on ARM though I know no hexa opcode anymore 🙂

Theguyuk
Theguyuk
4 years ago

There is always going back to Basic or Forth for those liking a brain twister.

Bruce
Bruce
4 years ago
Occam
Occam
4 years ago

One of my first computers was an s-100 with Z80 based processor board from California Computer Systems. It ran cp/m 2.2. In those days if you added a peripheral like a disk controller or a printer you had to write your own diver rotines in assembler in the BIOS. That’s when BIOS meant basic input output system. Yep in those days you knew how stuff worked, or it didn’t work. BTW a 64K ram board cost $600 in 1980 dollars, about $1800 today!!!. The CCS board documentation was superb. It still is!!

Hugh
Hugh
4 years ago

Interesting discussion. I really think that playing with one of these would be a waste of time, but kids do seem to learn from apparently wasting time. I would at least like a Teletype with a paper-tape reader/punch. Most of these processors have stupidly complex instruction sets. The PDP-8 has a much simpler instruction set if the goal is to introduce kids to “real” processors. (I haven’t turned on my Altair 8800 in at least 20 years, so I don’t seem to be willing to put an effort into nostalgia. On the other hand, I did just watch a YouTube… Read more »

Khadas VIM4 SBC