Intel 8088 - A blast from the past
The Intel 8088 is an 8 bit processor related to the 16 bit 8086. The Microcomputer class consisted of wire-wrapping the chips to perfboard using sockets.I had taken computers apart, soldered, etc., but had never used wire-wrapping to construct a...
Summary
This personal blog recounts building and using the Intel 8088 in a microcomputer class, describing wire-wrapping construction, the 8088's relation to the 8086, and hands-on hardware-software interfacing. Readers will gain historical context plus practical insights into vintage bus, peripheral, and bare-metal firmware techniques that still inform modern embedded design.
Key Takeaways
- Describe the Intel 8088 architecture, its 8-bit external bus vs. the 8086, and implications for memory and I/O access
- Recreate the physical construction techniques used (wire-wrapping, perfboard, sockets) for small microcomputer builds
- Explain how early PC peripherals and controllers (e.g., PIC, DMA, PPI) and the BIOS/boot sequence interact with the CPU
- Apply lessons from vintage hardware and bare-metal firmware to contemporary embedded system debugging and design
Who Should Read This
Intermediate embedded or firmware engineers and hobbyists who want historical perspective and practical hardware-software interfacing techniques to improve bare-metal design and debugging skills.
HistoricalIntermediate
Related Documents
- Consistent Overhead Byte Stuffing TimelessIntermediate
- PID Without a PhD TimelessIntermediate
- Introduction to Embedded Systems - A Cyber-Physical Systems Approach Still RelevantIntermediate
- Can an RTOS be really real-time? TimelessAdvanced
- Memory Mapped I/O in C TimelessIntermediate








