Line 12:
Line 12:
* ARM and thumb instruction set
* ARM and thumb instruction set
* Clocked at 243MHz (Hollywood clock)
* Clocked at 243MHz (Hollywood clock)
+
+
== Exceptions ==
+
Exception vectors are located at <code>ffff0000</code>. Each exception is given 4 bytes, and usually branches elsewhere.
+
+
{| class="wikitable"
+
! Index
+
! [[mini]] name
+
! Description
+
|-
+
| 0
+
| v_reset
+
| Hardware reset
+
|-
+
| 1
+
| v_undf
+
| Undefined instruction
+
|-
+
| 2
+
| v_swi
+
| ?
+
|-
+
| 3
+
| v_instr_abrt
+
| Instruction abort
+
|-
+
| 4
+
| v_data_abrt
+
| Data abort
+
|-
+
| 5
+
| v_reserved
+
| ?
+
|-
+
| 6
+
| v_irq
+
| [[Hollywood/IRQs|IRQ]]
+
|-
+
| 7
+
| v_fiq
+
| FIQ
+
|}
== Boot ==
== Boot ==