qemu-patch-raspberry4/tests/alpha/crt.s
aurel32 df0fc998b8 alpha: add tests
This patch creates tests/alpha directory and adds an "hello world"
program as well as two tests.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5216 c046a42c-6fe2-441c-8c8c-71466251a162
2008-09-14 17:18:29 +00:00

24 lines
245 B
ArmAsm

.text
.globl _start
.ent _start,0
_start:
.frame $15,0,$15
br $29,1f
1: ldgp $29, 0($29)
.prologue 0
ldq $27,main($29) !literal!1
jsr $26,($27)
lda $0,1
callsys
call_pal 0
.end _start
.globl write
write:
lda $0,4
callsys
ret