Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
m
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]
  +
   
 
== See also ==
 
== See also ==

Revision as of 19:01, 10 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


See also