view test/bare/startup.s @ 330:a79ac866732f

Added kernel recipe
author Windel Bouwman
date Fri, 07 Feb 2014 12:08:40 +0100
parents ed6d0adaa626
children
line wrap: on
line source


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