view examples/qemu_a9_hello/startup.s @ 380:67a584582aee

Small change to hexfile
author Windel Bouwman
date Fri, 18 Apr 2014 13:08:45 +0200
parents 3bb7dcfe5529
children
line wrap: on
line source



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