]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/d30v-elf/ls-st2h.S
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / sim / testsuite / d30v-elf / ls-st2h.S
1 add r2, r0, hello
2 add r4, r0, ('H' << 8) + 'e'
3 add r5, r0, ('l' << 8) + 'l'
4 st2h r4, @(r2,0) || nop
5 # putstr
6 .long 0x0e000001, 0x00f00000
7 # finished
8 add r2, r0, r0 || nop
9 .long 0x0e000004, 0x00f00000
10
11 .align 3
12 hello:
13 .ascii "????o World\n"