]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/d30v-elf/ls-sth.S
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / d30v-elf / ls-sth.S
1 add r2, r0, hello
2 add r4, r0, ('H' << 8) + ('e' << 0)
3 sth r4, @(r2,0) || nop
4 # putstr
5 .long 0x0e000001, 0x00f00000
6 # finished
7 add r2, r0, r0 || nop
8 .long 0x0e000004, 0x00f00000
9
10 .align 3
11 hello:
12 .ascii "??llo World\n"