view examples/qemu_a9_hello/startup.s @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +0200
parents 3bb7dcfe5529
children
line wrap: on
line source



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