quickdev16/tools/usbload/interrupts.S
David Voswinkel 9cf6eae076 o add missing files
o add usbload
2009-05-12 19:01:03 +02:00

10 lines
202 B
ArmAsm

.extern __init, __vector_1
.global __vector_default, exit
.section .vectors.bootloader
/* micro-jumptable, we are using just reset and int0 vectors */
exit:
__vector_default:
jmp __init
jmp __vector_1