log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
lcfOS
annotate examples/qemu_a9_hello/startup.s @ 359:
b4ac28efcdf4
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Reorganize files
author
Windel Bouwman
date
Fri, 14 Mar 2014 15:41:55 +0100
parents
3bb7dcfe5529
children
rev
line source
346
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
1
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
2
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
3
.global _Reset;
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
4
_Reset:
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
5
LDR sp, =stack_top
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
6
BL start
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
7
B .
3bb7dcfe5529
expanded arm target
Windel Bouwman
parents:
diff
changeset
8