summaryrefslogtreecommitdiff
path: root/03/in03
blob: 3be190dce19c5880d23d3a45ccf4049b02930341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
return
str Hi
align
return
J=d1
I=:hello_world
D=:hello_world_end
D-=I
syscall d1
J=d42
syscall x3c

:hello_world
str Hello, world!
xa
:hello_world_end