view experiments/qemu_vexpress_a9/startup.s @ 381:6df89163e114

Fix section and ldr pseudo instruction
author Windel Bouwman
date Sat, 26 Apr 2014 17:41:56 +0200
parents c7cc54c0dfdf
children 2a970e7270e2
line wrap: on
line source



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