Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
(→‎Blog articles: Added link to "The state of GHC on ARM")
(→‎Blog articles: Added link to "GHC and LLVM: A status update")
Line 15: Line 15:
   
 
== Blog articles ==
 
== Blog articles ==
  +
  +
* [http://smart-cactus.org/~ben/posts/2014-11-28-state-of-llvm-backend.html GHC and LLVM: A status update] (2014-11-28)
   
 
* [http://smart-cactus.org/~ben/posts/2014-03-06-compiling-ghc-7.8-on-arm.html The state of GHC on ARM] (2014-03-06)
 
* [http://smart-cactus.org/~ben/posts/2014-03-06-compiling-ghc-7.8-on-arm.html The state of GHC on ARM] (2014-03-06)

Revision as of 23:12, 10 March 2015

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 or other discussion fora


ARM based systems


See also