ARM
From HaskellWiki
(Difference between revisions)
(→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.
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
5 ARM based systems
- [[]]
