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.
mbed-dev/targets/TARGET_NXP/TARGET_LPC23XX/device/TOOLCHAIN_ARM_MICRO/vector_table.S
- Committer:
- sahilmgandhi
- Date:
- 2017-06-03
- Revision:
- 46:b156ef445742
- Parent:
- 18:6a4db94011d3
File content as of revision 46:b156ef445742:
;/* 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