Difference between revisions of "8051"

From SEGGER Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
8051 is a term for Intel's MCS-51 single chip microcontroller (MCU). It was one of the first microcontrollers ever. The instruction set is still in use in a lot of modern designs. Modern implementations are usually "pipelined" and execute a single instruction in a single cycle, so they are much faster than the original design.
 
8051 is a term for Intel's MCS-51 single chip microcontroller (MCU). It was one of the first microcontrollers ever. The instruction set is still in use in a lot of modern designs. Modern implementations are usually "pipelined" and execute a single instruction in a single cycle, so they are much faster than the original design.
  +
== Memory architecture ==
 
== References ==
+
== Registers ==
  +
== Instruction set ==
{{reflist}}
 

Revision as of 22:47, 3 June 2019

8051 is a term for Intel's MCS-51 single chip microcontroller (MCU). It was one of the first microcontrollers ever. The instruction set is still in use in a lot of modern designs. Modern implementations are usually "pipelined" and execute a single instruction in a single cycle, so they are much faster than the original design.

Memory architecture

Registers

Instruction set