Category:8051 Assembly: Difference between revisions

no edit summary
(Created page with "{{Stub}}{{language}} {{assembler language}}Category:Assembly 8051 Assembly is the assembly language used by the Intel 8051 (MCS-51) microcontroller, and its many derivativ...")
 
No edit summary
Line 2:
{{assembler language}}[[Category:Assembly]]
8051 Assembly is the assembly language used by the Intel 8051 (MCS-51) microcontroller, and its many derivatives. This 8-bit microcontroller is very popular because of its unique bit instructions that operate on any of 32 bit-addressable bytes (16 in RAM, 16 SFRs). The 8051 has the ability to directly read, write and branch based on these individual bits.<p>
Many derivatives are based on - and compatible with - the 8051, and most chip makers, with the exception of Intel, continue to develop 8051 derivatives. All derivatives are compatible with the original instruction set, but most add new features. For this reason it is important to note whether the original 8051 or a derivative is used.<br>The 8051 has greatly increased in performance. Modern derivatives can perform 12over 400 times faster than the first ones ever could. 8051s exist nowadays in many embedded systems because they are smaller and use less power when compared with a 32-bit processor.
41

edits