view examples/qemu_a9_hello/startup.s @ 351:62803b073d11

Add conditional qt5 test
author Windel Bouwman
date Sat, 08 Mar 2014 16:46:51 +0100
parents 3bb7dcfe5529
children
line wrap: on
line source



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