Mercurial > lcfOS
diff examples/qemu_a9_hello/startup_a9.asm @ 346:3bb7dcfe5529
expanded arm target
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:05:32 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/qemu_a9_hello/startup_a9.asm Fri Mar 07 17:05:32 2014 +0100 @@ -0,0 +1,7 @@ + +; DCD 0x20000678 ; Setup stack pointer +; DCD 0x06daa0e3 ; mov sp, #0x60 << 8 +mov sp, 0x30000 +BL hello_main ; Branch to main (this is actually in the interrupt vector) +local_loop: +B local_loop