ARM
From HaskellWiki
(Difference between revisions)
m (→Found on mailing lists) |
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.
Contents |
1 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.
2 Documentation
3 Blog articles
4 Found on mailing lists
