Add basic tests for d10v-elf simulator.

This commit is contained in:
Andrew Cagney 1997-09-09 02:22:07 +00:00
parent 1e639cb27b
commit db511584c9
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.text
.align 2
.globl _start
_start:
# exit (47)
ldi r6, 1
ldi r2, 47
trap 15

View File

@ -0,0 +1,6 @@
.text
.globl _start
_start:
bra _start
nop