Category:8051 Assembly

From Rosetta Code
Revision as of 07:06, 14 September 2014 by Alt (talk | contribs)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
8051 Assembly
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 8051 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.

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.
The 8051 has greatly increased in performance. Modern derivatives can perform over 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.

Pages in category "8051 Assembly"

The following 9 pages are in this category, out of 9 total.