Mercurial > lcfOS
view examples/qemu_a9_hello/startup_a9.asm @ 387:34ac19044b8a
Hello world with paging in emulator
author | Windel Bouwman |
---|---|
date | Thu, 01 May 2014 22:09:18 +0200 |
parents | 3bb7dcfe5529 |
children |
line wrap: on
line source
; 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