view test/bare/startup.s @ 349:13a6e73b448f

Added test load from label
author Windel Bouwman
date Sat, 08 Mar 2014 16:16:41 +0100
parents ed6d0adaa626
children
line wrap: on
line source


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