Difference between revisions of "ARM"
From SizeCoding
Childishbeat (talk | contribs) m (Childishbeat moved page ARM based CPUs to ARM: Less verbose) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
*'''[[RISC OS on ARM based CPUs]]''' - Create your tiny intro on ARM hardware on RISC OS. | *'''[[RISC OS on ARM based CPUs]]''' - Create your tiny intro on ARM hardware on RISC OS. | ||
| + | *'''[[Acorn Archimedes]]''' - Acorn Archimedes | ||
*'''[[Gameboy Advance]]''' - Gameboy Advance Sizecoding Information | *'''[[Gameboy Advance]]''' - Gameboy Advance Sizecoding Information | ||
| + | |||
| + | == Generic ARM sinus table generator == | ||
| + | Here is a fairly generic ARM sinus table generator | ||
| + | <syntaxhighlight lang=""> | ||
| + | To be added | ||
| + | </syntaxhighlight> | ||
Latest revision as of 13:12, 8 April 2024
Introduction
So here is a bit of help to get you started:
The ARM processor
The ARM Processor is a RISC based architecture and comes in many flavors.
- RISC OS on ARM based CPUs - Create your tiny intro on ARM hardware on RISC OS.
- Acorn Archimedes - Acorn Archimedes
- Gameboy Advance - Gameboy Advance Sizecoding Information
Generic ARM sinus table generator
Here is a fairly generic ARM sinus table generator
To be added