Steven <keingpen@...> schrieb am Fri, 15 Jul 2005 14:12:34 -0000:
> Vectors:
> [SNIP]
> // Initialize Interrupt System
> // - Set stack location for each mode
> // - Leave in System Mode with Interrupts Disabled
> // -----------------------------------------------
>
> ldr r11,=Vectors @ current vector-table address
> mov r12,#0x40000000 @ destination
> ldmneia r11!,{r2-r9} @ not extern, copy
> stmneia r12!,{r2-r9}
Why "ne" ?
--
42Bastian SchickMessage
Re: [lpc2000] Relocating vector table to On Chip RAM
2005-07-19 by 42Bastian Schick