view test/bare/startup.s @ 374:72a3b646d543

Added if statement sample
author Windel Bouwman
date Fri, 21 Mar 2014 15:27:18 +0100
parents ed6d0adaa626
children
line wrap: on
line source


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