Difference between revisions of "8051"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "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 desi...")
 
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.
 
<ref>{{Cite web |url=http://www.8052.com/tutint.phtml |title=8051 Tutorial: Interrupts |access-date=2012-12-21 |archive-url=https://web.archive.org/web/20121228002749/http://www.8052.com/tutint.phtml# |archive-date=2012-12-28 |dead-url=yes |df= }}</ref>
 
   
 
== References ==
 
== References ==

Revision as of 22:45, 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.

References

Template:reflist