comparison 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
comparison
equal deleted inserted replaced
333:dcae6574c974 334:6f4753202b9a
1
2
3 DCD 0x20000678 ; Setup stack pointer
4 DCD 0x08000009 ; Reset vector, jump to address 8
5 B main ; Branch to main (this is actually in the interrupt vector)
6