The Good Old Days
Polaroid of my past You're looking at something I'd completely forgotten about, something I built around 1980. It's a custom perf board I built on a slab of aircraft-grade aluminum, on which I wired a complete 6502-based embedded computer. It has 4,096 bytes of static RAM, 16K of EPROM (2716), a combo-peripheral chip that included two serial ports and two eight-bit-wide parallel I/O ports, a fully decoded keypad and a six digit display broken into four digits for an address and two for data, all in hex. I was proud of those displays. They were special HP multi-segmented alphanumeric displays that read ASCII bytes. I had them display hexadecimal and special words, and then got them to scroll text. Although the keypad looks like it will only handle hex digit input, I had added software so that if you held the key down it would give you a display of the function and an alt function. Primary and alt key functionality was toggled by the tiny switch on the top left. The cal...