index
:
komodo
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
hello.s
blob: 0349994458b3e756f0aa3278c373096f6942ab4e (
plain
) (
tree
)
791ac12
1
2
3
4
5
6
7
B
main
hello
DEFB
"
HELLO
\
n
"
,
0
ALIGN
main
ADR
R0
,
hello
SWI
3
SWI
2