summaryrefslogtreecommitdiff
path: root/sim/testsuite/d30v-elf/hello.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/d30v-elf/hello.s')
-rw-r--r--sim/testsuite/d30v-elf/hello.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/testsuite/d30v-elf/hello.s b/sim/testsuite/d30v-elf/hello.s
new file mode 100644
index 00000000000..261629e27c3
--- /dev/null
+++ b/sim/testsuite/d30v-elf/hello.s
@@ -0,0 +1,9 @@
+
+ add r2, r0, hello
+ # putstr
+ .long 0x0e000001, 0x00f00000
+ # finished
+ add r2, r0, r0 || nop
+ .long 0x0e000004, 0x00f00000
+
+hello: .ascii "Hello World\r\n"