view examples/qemu_a9_hello/startup.s @ 393:6ae782a085e0

Added init program
author Windel Bouwman
date Sat, 17 May 2014 21:17:40 +0200
parents 3bb7dcfe5529
children
line wrap: on
line source



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