Thu Dec 17 17:18:43 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / sim / testsuite / sim / fr30 / hello.ms
CommitLineData
3bf97905
DB
1# output: Hello world!
2# mach(): fr30
3
4 .global _start
5_start:
6
7; write (hello world)
8 ldi32 #14,r6
9 ldi32 #hello,r5
10 ldi32 #1,r4
11 ldi32 #5,r0
12 int #10
13; exit (0)
14 ldi32 #0,r4
15 ldi32 #1,r0
16 int #10
17
18length: .long 14
19hello: .ascii "Hello world!\r\n"
This page took 0.025579 seconds and 4 git commands to generate.