This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / testsuite / m32r-elf / hello.s
CommitLineData
c906108c
SS
1
2 .globl _start
3_start:
4
5; write (hello world)
6 ldi8 r3,#14
7 ld24 r2,#hello
8 ldi8 r1,#1
9 ldi8 r0,#5
10 trap #0
11; exit (0)
12 ldi8 r1,#0
13 ldi8 r0,#1
14 trap #0
15
16length: .long 14
17hello: .ascii "Hello World!\r\n"
This page took 0.032686 seconds and 4 git commands to generate.