Mercurial > lcfOS
comparison kernel/startup_a9.asm @ 352:899ae3aea803
First kernel run for vexpressA9
author | Windel Bouwman |
---|---|
date | Sun, 09 Mar 2014 11:55:55 +0100 |
parents | c7cc54c0dfdf |
children | c05ab629976a |
comparison
equal
deleted
inserted
replaced
351:62803b073d11 | 352:899ae3aea803 |
---|---|
1 | 1 |
2 ; DCD 0x20000678 ; Setup stack pointer | 2 mov sp, 0x30000 |
3 DCD 0x06daa0e3 ; mov sp, #0x60 << 8 | 3 BL kernel_start ; Branch to main (this is actually in the interrupt vector) |
4 DCD 0x60010009 ; Reset vector, jump to address 8 | 4 local_loop: |
5 B kernel_start ; Branch to main (this is actually in the interrupt vector) | 5 B local_loop |
6 |