Mercurial > lcfOS
view kernel/startup_a9.asm @ 358:5ef1cb1bb54f
Fix nosetests
author | Windel Bouwman |
---|---|
date | Fri, 14 Mar 2014 15:17:49 +0100 |
parents | 899ae3aea803 |
children | c05ab629976a |
line wrap: on
line source
mov sp, 0x30000 BL kernel_start ; Branch to main (this is actually in the interrupt vector) local_loop: B local_loop