Acceptance tests: show test report on GitLab CI
[qemu/ar7.git] / tests / tcg / xtensa / crt.S
blobd9846acace9080419d5306ec232fe97328b7422e
1 .section .init
2     j       1f
3 .section .init.text
4 1:
5     movi    a2, _start
6     jx      a2
8 .text
9 .global _start
10 _start:
11     movi    a2, 1
12     wsr     a2, windowstart
13     movi    a2, 0
14     wsr     a2, windowbase
15     movi    a1, _fstack
16     movi    a2, 0x4000f
17     wsr     a2, ps
18     isync
20     call0   main
22     mov     a3, a2
23     movi    a2, 1
24     simcall