annotate kernel/startup_m3.asm @ 338:8eb4a6fe8fc8

Added testcase with emulator
author Windel Bouwman
date Fri, 21 Feb 2014 13:31:29 +0100
parents b00219172a42
children
rev   line source
337
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
1
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
2
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
3 DCD 0x20000678 ; Setup stack pointer
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
4 DCD 0x08000009 ; Reset vector, jump to address 8
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
5 B kernel_start ; Branch to main (this is actually in the interrupt vector)
b00219172a42 Added cool lm3s811 qemu project
Windel Bouwman
parents:
diff changeset
6