]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_ARM_MICRO/vector_table.s
Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_NXP / TARGET_LPC23XX / TOOLCHAIN_ARM_MICRO / vector_table.s
1 ;/* mbed Microcontroller Library - InterruptIn
2 ; * Copyright (c) 2006-2009 ARM Limited. All rights reserved.
3 ; */
4
5 #line 1 "vector_table.s"
6 ;
7
8
9
10
11 #line 1 "vector_defns.h"
12
13
14
15
16
17
18
19
20
21 #line 21 "vector_defns.h"
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40 #line 47 "vector_defns.h"
41
42
43 #line 58 "vector_defns.h"
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62 #line 7 "vector_table.s"
63
64 ;
65
66
67 AREA RESET, CODE, READONLY
68 ARM
69 ; ENTRY
70 PRESERVE8
71
72
73
74
75
76 ; EXPORT __main
77 IMPORT __mbed_reset
78 IMPORT __mbed_undef
79 IMPORT __mbed_swi
80 IMPORT __mbed_prefetch_abort
81 IMPORT __mbed_data_abort
82 IMPORT __mbed_irq
83 IMPORT __mbed_fiq
84
85 ;
86
87
88 ;__main
89 LDR PC, =__mbed_reset
90 LDR PC, =__mbed_undef
91 LDR PC, =__mbed_swi
92 LDR PC, =__mbed_prefetch_abort
93 LDR PC, =__mbed_data_abort
94 NOP ;
95 LDR PC, =__mbed_irq
96 LDR PC, =__mbed_fiq
97
98
99 END
Imprint / Impressum