binutils-gdb/sim/testsuite/d30v-elf/ls-st4hb.S

14 lines
270 B
ArmAsm

add r2, r0, hello
add r4, r0, ('H' << 16) + ('e' << 0)
add r5, r0, ('l' << 16) + ('l' << 0)
st4hb r4, @(r2,0) || nop
# putstr
.long 0x0e000001, 0x00f00000
# finished
add r2, r0, r0 || nop
.long 0x0e000004, 0x00f00000
.align 3
hello:
.ascii "????o World\n"