Category:8051 Assembly: Difference between revisions

Added Category:Assembler_language
No edit summary
(Added Category:Assembler_language)
 
(One intermediate revision by one other user not shown)
Line 1:
{{Stub}}{{language}}
[[Category:Assembly]]
{{language programming paradigm|Imperative}}
{{assembler language}}[[Category:AssemblyAssembler_language]]
'''8051 Assembly''' is the [[Assembly|assembly language]] used by the [[wp:Intel_MCS-51|Intel 8051 (MCS-51)]] microcontroller, and its many derivatives. This 8-bit microcontroller is very popular because of its Boolean processor that operates 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.
 
Line 21:
Derivatives exist that alter many or all features listed above.
 
==Useful links:==
* [http://www.keil.com/dd/docs/datashts/intel/ism51.pdf Instruction set]
* [http://www.8052.com/tutintro.phtml Basic tutorial]
1,606

edits