view examples/c3/startup_stm32f4.asm @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents
children d1ecc493384e
line wrap: on
line source



DCD 0x20000678  ; Setup stack pointer
DCD 0x08000009  ; Reset vector, jump to address 8
B main          ; Branch to main (this is actually in the interrupt vector)