Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(Added a list of ARM based systems)
(→‎Found on mailing lists: Added "GHCi (7.4.2) is working on ARM")
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
== Introduction ==
 
== Introduction ==
   
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].
+
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 29: Line 29:
 
* [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM]
 
* [http://www.haskell.org/pipermail/cvs-ghc/2012-February/070791.html Building a cross-compiler for ARM]
   
  +
* [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html GHCi (7.4.2) is working on ARM] ([http://en.wikipedia.org/wiki/Cubieboard Cubieboard] with [http://en.wikipedia.org/wiki/Ubuntu_(operating_system) Ubuntu])
   
 
== ARM based systems ==
 
== ARM based systems ==
Line 43: Line 44:
   
 
* [http://en.wikipedia.org/wiki/List_of_single_board_computers List of single-board computers] (Wikipedia)
 
* [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 22:44, 6 February 2013

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