* config/ia64/tm-linux.h: Tweak comment. Update copyright year.
[deliverable/binutils-gdb.git] / sim / testsuite / fr30-elf / hello.s
CommitLineData
c906108c
SS
1 .global _start
2_start:
3
4; write (hello world)
5 ldi32 #14,r6
6 ldi32 #hello,r5
7 ldi32 #1,r4
8 ldi32 #5,r0
9 int #10
10; exit (0)
11 ldi32 #0,r4
12 ldi32 #1,r0
13 int #10
14
15hello: .ascii "Hello World!\r\n"
This page took 0.385571 seconds and 4 git commands to generate.