view test/bare/startup.s @ 356:52492b304adf

Added newline to print
author Windel Bouwman
date Fri, 14 Mar 2014 13:02:16 +0100
parents ed6d0adaa626
children
line wrap: on
line source


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