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.
Dependents: Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC
Fork of mbed-dev by
targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_ARM_STD/vector_table.S
- Committer:
- <>
- Date:
- 2016-09-02
- Revision:
- 144:ef7eb2e8f9f7
- Parent:
- 0:9b334a45a8ff
File content as of revision 144:ef7eb2e8f9f7:
;/* mbed Microcontroller Library - InterruptIn ; * Copyright (c) 2006-2009 ARM Limited. All rights reserved. ; */ #line 1 "vector_table.s" ; #line 1 "vector_defns.h" #line 21 "vector_defns.h" #line 47 "vector_defns.h" #line 58 "vector_defns.h" #line 7 "vector_table.s" ; AREA RESET, CODE, READONLY ARM ; ENTRY PRESERVE8 ; EXPORT __main IMPORT __mbed_reset IMPORT __mbed_undef IMPORT __mbed_swi IMPORT __mbed_prefetch_abort IMPORT __mbed_data_abort IMPORT __mbed_irq IMPORT __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 END