Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎See also: Added a link to the Android page)
(Added section "ARM based systems")
Line 28: Line 28:
   
 
* [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]
  +
  +
  +
== ARM based systems ==
  +
  +
* [[]]
   
   

Revision as of 18:19, 17 June 2012

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


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 the Wikipedia article.


Documentation


Blog articles


Found on mailing lists


ARM based systems

  • [[]]


See also