Searched refs:r0 (Results 1 – 2 of 2) sorted by relevance
24 movs r4, r0 /* Save the destination - it soon points to the vector table */28 strb r5, [r0], #1 /* Store next byte at destination */35 ldr r0, [r4] /* Grab new stack pointer from vector table... */36 msr msp, r0 /* ... and update the main stack pointer with it */38 ldr r0, [r4, #4] /* Load the reset address from the vector table... */39 bx r0 /* ... and take a leap of faith */
279 uint32_t r0; member347 context->r0 = CHECKED_READ_U32__ERROR_VALUE; in exception_handler()
Completed in 2 milliseconds