Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
hello-world
/
b90264183a4ae0d8cf33ad6089983a2109676159
/
.
/
hello-arm-eabi-linux.s
blob: 0ac7df8ec394a924b66b63e1ea22bf3e12d31d71 [
file
] [
log
] [
blame
] [
raw
]
.section .rodata
helloworld
:
.string
"Hello world\n"
.text
.global _start
_start
:
mov r2
,
#12
ldr r1
,
=
helloworld
mov r0
,
#1
mov r7
,
#4
swi
#0
mov r0
,
#0
mov r7
,
#1
swi
#0