ARM
From HaskellWiki
(Difference between revisions)
(→Found on mailing lists: Added a link to "ANNOUNCE: Start Ajhc project with forking jhc") |
m |
||
| Line 32: | Line 32: | ||
* [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 == | == ARM based systems == | ||
Revision as of 13:52, 6 March 2013
This article is a stub. You can help by expanding it.
Contents |
1 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.
2 Documentation
3 Blog articles
4 Found on mailing lists
- [Haskell-cafe] ANNOUNCE: Start Ajhc project with forking jhc. Kiwamu Okabe created a fork of jhc and used it to program a Cortex-M3 processor.
5 ARM based systems
- List of single-board computers (Wikipedia)
6 See also
- Arduino (not ARM based)
