xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/hello.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mach: all
2# output: Hello World!\n
3
4	.include "t-macros.i"
5
6	start
7	hello
8	exit0
9