view test/bare/startup.s @ 389:2ec730e45ea1

Added check for recursive struct
author Windel Bouwman
date Fri, 16 May 2014 12:29:31 +0200
parents ed6d0adaa626
children
line wrap: on
line source


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