qemu-patch-raspberry4/tests/tcg/cris/crt.s
Anthony Liguori c09015dd04 tests: mv tests/* -> tests/tcg
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-01-12 10:03:28 -06:00

14 lines
150 B
ArmAsm

.data
_stack_start:
.space 8192, 0
_stack_end:
.text
.global _start
_start:
move.d _stack_end, $sp
jsr main
nop
moveq 0, $r10
jump exit
nop