Changes

456 bytes added ,  08:50, 8 April 2022
added section for exceptions
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 ==
5,579

edits