diff options
Diffstat (limited to 'sim/testsuite/d10v-elf/loop.s')
-rw-r--r-- | sim/testsuite/d10v-elf/loop.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/testsuite/d10v-elf/loop.s b/sim/testsuite/d10v-elf/loop.s new file mode 100644 index 0000000..e1371e4 --- /dev/null +++ b/sim/testsuite/d10v-elf/loop.s @@ -0,0 +1,6 @@ + .text + .globl _start + +_start: + bra _start + nop |