zc706/libcortex_a9/src/exceptions.s

13 lines
215 B
ArmAsm
Raw Normal View History

2019-05-31 02:30:19 +08:00
.section ".text.exceptions"
.global exception_vector
exception_vector:
b Reset
b UndefinedInstruction
b SoftwareInterrupt
b PrefetchAbort
b DataAbort
b ReservedException
b IRQ
b FIQ