view test/bare/startup.s @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents ed6d0adaa626
children
line wrap: on
line source


.global _Reset
_Reset:
 LDR sp,=stack_top
 BL c_entry
 B .