Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-sh
/
start.s
blob: 2af4c799f33dd7b9920626a6a6410d100f0791cf [
file
]
.section .text
.global start
start
:
mov.l stack_k
,
r15
!
call the mainline
L1
:
mov.l main_k
,
r0
.uses L1
jsr
@
r0
nop
.align
2
stack_k
:
.long _stack
main_k
:
.long _main
.global _trap
_trap
:
trapa
#3
rts
nop
.section .stack
_stack
:
.long
0xdeaddead