8051

From SEGGER Wiki
Revision as of 22:47, 3 June 2019 by Rolf (talk | contribs)
Jump to: navigation, search

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