sim: bfin: import testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / sim / bfin / acp5_19.s
1 # mach: bfin
2
3 .include "testutils.inc"
4 start
5
6 r0.h=0xa5a5;
7 r0.l=0xffff;
8 a0 = 0;
9 r0=a0.x;
10 dbga(r0.h, 0x0000);
11 dbga(r0.l, 0x0000);
12 pass;
This page took 0.029346 seconds and 4 git commands to generate.