Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: vendor/NXP/LPC2368/cmsis/GCC_ARM/vector_table.s
- Revision:
- 10:3bc89ef62ce7
diff -r 0ce32e54c9a7 -r 3bc89ef62ce7 vendor/NXP/LPC2368/cmsis/GCC_ARM/vector_table.s --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/NXP/LPC2368/cmsis/GCC_ARM/vector_table.s Fri Jun 14 17:49:17 2013 +0100 @@ -0,0 +1,45 @@ +# 1 "vector_table.s" +# 1 "<built-in>" +# 1 "<command line>" +# 1 "vector_table.s" +; + + + + +# 1 "vector_defns.h" 1 +# 7 "vector_table.s" 2 + +; + + + + + + + + .section VECTOR_TABLE, "ax" + .arm + + + .global __main + .global __mbed_reset + .global __mbed_undef + .global __mbed_swi + .global __mbed_prefetch_abort + .global __mbed_data_abort + .global __mbed_irq + .global __mbed_fiq + +; + + +__main: + LDR PC, =__mbed_reset + LDR PC, =__mbed_undef + LDR PC, =__mbed_swi + LDR PC, =__mbed_prefetch_abort + LDR PC, =__mbed_data_abort + NOP ; + LDR PC, =__mbed_irq + LDR PC, =__mbed_fiq
