ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
[deliverable/binutils-gdb.git] / sim / testsuite / d10v-elf / t-rdt.s
CommitLineData
c906108c
SS
1.include "t-macros.i"
2
3 start
4
5 PSW_BITS = PSW_C|PSW_F0|PSW_F1
6
7 ldi r6, #success@word
8 mvtc r6, dpc
9 ldi r6, #PSW_BITS
10 mvtc r6, dpsw
11
12test_rdt:
13 RTD
14 exit47
15
16success:
17 checkpsw2 1 PSW_BITS
18 exit0
This page took 1.434257 seconds and 4 git commands to generate.