view examples/qemu_a9_hello/startup.s @ 408:ad6be5454067

Added image build task
author Windel Bouwman
date Sat, 21 Feb 2015 12:17:47 +0100
parents 3bb7dcfe5529
children
line wrap: on
line source



.global _Reset;
_Reset:
 LDR sp, =stack_top
 BL start
 B .