index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
test.S
blob: ebb901c79f277227a83cf58e69e1cc69995d3898 (
plain
)
1
2
3
4
5
6
7
8
9
10
.section .text
btest
:
push
{
lr
}
pop
{
pc
}
.globl atest
atest
:
push
{
lr
}
pop
{
pc
}