Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arc / double_store.s
1 .cpu HS
2 .section .text
3 .global __start
4 __start:
5 std r0r1, [r3]
6
This page took 0.029018 seconds and 4 git commands to generate.