Changes

71 bytes added ,  08:05, 27 September 2022
m
Line 23: Line 23:  
| 0
 
| 0
 
| v_reset
 
| v_reset
| Hardware reset, also typically set as the entrypoint
+
| Hardware reset. Typically the entrypoint for official software.
 
|-
 
|-
 
| 1
 
| 1
 
| v_undf
 
| v_undf
| Undefined instruction, used by [[IOS/Syscalls|IOS syscalls]]
+
| Undefined instruction, used as handler for [[IOS/Syscalls|IOS syscalls]]
 
|-
 
|-
 
| 2
 
| 2
 
| v_swi
 
| v_swi
| Generated by the SVC instruction, used for IOS debug calls
+
| SVC/SWI instruction, used for [[IOS/Syscalls#Syscalls_.28via_ARM_syscall_instruction.29|IOS SWI syscalls]]
 
|-
 
|-
 
| 3
 
| 3