]> git.gir.st - tmk_keyboard.git/blob - tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_GCC_CS/vector_table.s
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[tmk_keyboard.git] / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_NXP / TARGET_LPC23XX / TOOLCHAIN_GCC_CS / vector_table.s
1 # 1 "vector_table.s"
2 # 1 "<built-in>"
3 # 1 "<command line>"
4 # 1 "vector_table.s"
5 ;
6
7
8
9
10 # 1 "vector_defns.h" 1
11 # 7 "vector_table.s" 2
12
13 ;
14
15
16
17
18
19
20
21 .section VECTOR_TABLE, "ax"
22 .arm
23
24
25 .global __main
26 .global __mbed_reset
27 .global __mbed_undef
28 .global __mbed_swi
29 .global __mbed_prefetch_abort
30 .global __mbed_data_abort
31 .global __mbed_irq
32 .global __mbed_fiq
33
34 ;
35
36
37 __main:
38 LDR PC, =__mbed_reset
39 LDR PC, =__mbed_undef
40 LDR PC, =__mbed_swi
41 LDR PC, =__mbed_prefetch_abort
42 LDR PC, =__mbed_data_abort
43 NOP ;
44 LDR PC, =__mbed_irq
45 LDR PC, =__mbed_fiq
Imprint / Impressum