summaryrefslogtreecommitdiff
path: root/sim/testsuite/d30v-elf/hello.s
blob: 261629e27c3c15154fecc6b76da82ba030a148cf (plain)
1
2
3
4
5
6
7
8
9
	
	add r2, r0, hello
	# putstr
	.long 0x0e000001, 0x00f00000
	# finished
	add r2, r0, r0 || nop
	.long 0x0e000004, 0x00f00000

hello:	.ascii "Hello World\r\n"