blob: 73bc6338e44651dd1270bc850c18dc731d0b9f6a [file] [log] [blame] [raw]
.data
helloworld:
.ascii "Hello world\n"
.text
.global start
start:
mov r2, #12
ldr r1, [pc, #(l2-l1-4)]
l1:
mov r0, #1
mov r12, #4
swi #0x80
mov r0, #0
mov r12, #1
swi #0x80
l2:
.long helloworld