sim: also constify sim_fpu_print_func
[deliverable/binutils-gdb.git] / sim / testsuite / frv-elf / hello.s
CommitLineData
4a306116
DB
1 .global _start
2_start:
3
4; write (hello world)
5 setlos #14,gr10
6 sethi %hi(hello),gr9
7 setlo %lo(hello),gr9
8 setlos #1,gr8
9 setlos #5,gr7
10 tira gr0,#0
11; exit (0)
12 setlos #0,gr8
13 setlos #1,gr7
14 tira gr0,#0
15
16hello: .ascii "Hello World!\r\n"
This page took 0.290694 seconds and 4 git commands to generate.