summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/d10v/hello.s
blob: 3e3557d7eb8294062a57ec07877f477b39121bab (plain)
1
2
3
4
5
6
7
8
# mach: all
# output: Hello World!\n

	.include "t-macros.i"

	start
	hello
	exit0