Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎See also: Added a link to the Android page)
(Addedd a "See also" section again, with a link to Arduino)
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
== Introduction ==
 
== Introduction ==
   
ARM (Advanced RISC Machine) is a reduced instruction set computer (RISC) instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details see [http://en.wikipedia.org/wiki/ARM_architecture the Wikipedia article].
+
ARM (Advanced RISC Machine) is a [http://en.wikipedia.org/wiki/RISC RISC] instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see [http://en.wikipedia.org/wiki/ARM_architecture the Wikipedia article].
   
   
Line 30: Line 30:
   
   
== See also ==
+
== ARM based systems ==
   
* [[IPhone]]
+
* [[BeagleBoard]]
  +
  +
* [[Raspberry Pi]]
  +
  +
* [[PandaBoard]]
  +
  +
* [[iPhone]]
   
 
* [[Android]]
 
* [[Android]]
  +
  +
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
  +
  +
  +
== See also ==
  +
  +
* [[Arduino]] (not ARM based)
   
   

Revision as of 15:01, 18 June 2012

This article is a stub. You can help by expanding it.


Introduction

ARM (Advanced RISC Machine) is a RISC instruction set architecture. It is used in most of the mobile phones and in many other consumer electronics devices. For more details, see the Wikipedia article.


Documentation


Blog articles


Found on mailing lists


ARM based systems


See also