view test/bare/startup.s @ 325:0dd36d2eb954

Added bin file for test
author Windel Bouwman
date Fri, 31 Jan 2014 19:14:54 +0100
parents ed6d0adaa626
children
line wrap: on
line source


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