8051 vs 8085: Key Differences Explained

microcontroller
microprocessor
embedded system
architecture
comparison

The 8051, developed by Intel in 1980, is an 8-bit microcontroller designed for embedded applications. It belongs to the MCS-51 family of microcontrollers and has gained widespread adoption due to its versatility and ease of use.

The 8085, introduced by Intel in 1976, is an 8-bit microprocessor primarily used for educational purposes and simple control applications. It belongs to the 8-bit microprocessor family and is recognized for its simplicity and ease of understanding.

Features of the 8051 Microcontroller

The 8051 microcontroller, developed by Intel, boasts the following features:

  • 8-bit CPU
  • 4 KB ROM for program storage
  • 128 Byte RAM for data storage
  • 32 Input/Output lines with 4 ports (8 lines per port)
  • 2 Timers for introducing delays and setting baud rates for data communication
  • 1 Serial Port with TxD and RxD lines for serial communication with external devices
  • 6 Interrupt Sources
  • Clock oscillator circuit runs at 12MHz frequency

Figure 1: 8051 Microcontroller Architecture

Microcontroller Architecture Intel 8051 core

Features of the 8085 Microprocessor

The 8085 microprocessor, developed by Intel, offers the following features:

  • 8-bit processor built as a single chip using N-MOS technology
  • Multiplexed address and data bus on 8 lines (AD0 to AD7)
  • Maximum clock frequency of 3 MHz
  • 40 pins and runs at 5V power supply
  • 5 hardware interrupts: TRAP, INTR, RST5.5, RST6.5, RST7.5
  • Approximately 74 programming instructions with 4 addressing modes
  • No internal memory; 16 address lines can access 64K bytes (2^16) of externally connected memory
  • 8-bit lines can address 256 (~2^8) ports connected externally
  • Two serial lines: SID and SOD, for connection with serial peripherals
  • Consists of ACC, one flag register, 6 general-purpose registers, and two special registers (SP-Stack Pointer, PC-Program Counter)

Figure 2: 8085 Architecture

8085 microprocessor architecture

Difference Between 8051 and 8085

The following table summarizes the similarities and differences between the 8051 and 8085:

Specifications80518085
ArchitectureHarvard architectureVon Neumann architecture
Data Bus Width8-bit8-bit
Address Bus Width16-bit16-bit
Program MemoryInternal ROM (Up to 4 KB)External ROM
RAMInternal RAM (128 bytes)External RAM
Clock SpeedUp to 24 MHz3 MHz to 6 MHz
Instruction setComplex (Includes bit, byte, and block operations)Simple
Timers/Counters2 or more (depending on the variant)None (requires external peripherals)
I/O Ports4 ports (32 I/O lines)None (requires external peripherals)
Serial CommunicationBuilt-in UARTNone (requires external peripherals)
Interrupts5 interrupt sources5 interrupt sources
Power ConsumptionLow power consumptionRelatively higher power consumption
DMA Access signalsNOYES, Has HOLD and HLDA signals
Peripheral InterfacesBuilt-in support for I2C, SPI, and moreRequires external interfacing ICs
Development EaseEasier with more integrated peripheralsMore complex, requires additional components
ApplicationsEmbedded systems, automotive, consumer electronicsBasic computing, control systems

Conclusion

The 8051 microcontroller and the 8085 microprocessor serve different purposes and are designed with different architectures. The 8051, with its integrated peripherals and ease of development, is better suited for modern embedded systems. In contrast, the 8085 is typically used in educational settings and simpler control applications. Understanding their differences is key to choosing the right microcontroller for a specific application.

ARM Cortex-M0 vs. M3 vs. M4: Key Differences

ARM Cortex-M0 vs. M3 vs. M4: Key Differences

A comparison of ARM Cortex-M0, M3, and M4 microcontrollers, highlighting their key features, performance, and target applications to aid in selecting the right core.

arm cortex
microcontroller
embedded system

8085 vs 8086: Key Microprocessor Differences

Explore the architecture, instructions, and features that distinguish the 8085 and 8086 microprocessors. Understand their key differences in data width, memory, and capabilities.

microprocessor
8085
8086