Difference between revisions of "ARM"

From HaskellWiki
Jump to navigation Jump to search
Line 28: Line 28:
 
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/106855.html <nowiki>[Haskell-cafe]</nowiki> ANNOUNCE: Start Ajhc project with forking jhc.] Kiwamu Okabe created a fork of [[jhc]] and used it to program a [http://en.wikipedia.org/wiki/ARM_Cortex-M Cortex-M3] processor. [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107014.html John Meacham merged the changes back into the main jhc tree].
 
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/106855.html <nowiki>[Haskell-cafe]</nowiki> ANNOUNCE: Start Ajhc project with forking jhc.] Kiwamu Okabe created a fork of [[jhc]] and used it to program a [http://en.wikipedia.org/wiki/ARM_Cortex-M Cortex-M3] processor. [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107014.html John Meacham merged the changes back into the main jhc tree].
   
* [http://www.haskell.org/pipermail/haskell-cafe/2013-December/111825.html GHCi is *not* (fully) working on ARM]. It [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html almost was] but there were problems so it's not included. It will possibly be available in GHC 7.8.
+
* [http://www.haskell.org/pipermail/haskell-cafe/2013-December/111825.html GHCi is not available on ARM]. It [http://www.haskell.org/pipermail/haskell-cafe/2013-February/106222.html almost was] but there were problems so it's not included. It will possibly be available in GHC 7.8.
   
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: &#91;Haskell-cafe&#93; Haskell (GHC 7) on ARM]
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: &#91;Haskell-cafe&#93; Haskell (GHC 7) on ARM]

Revision as of 00:47, 23 December 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