sim: bfin: import testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / sim / bfin / issue123.s
1 # mach: bfin
2
3 .include "testutils.inc"
4 start
5
6 R0.L = 0x7bb8;
7 R0.H = 0x8d5e;
8 R4.L = 0x7e1c;
9 R4.H = 0x9e22;
10 // end load regs and acc;
11 R6.H = R4.H * R0.L (M), R6.L = R4.L * R0.H (ISS2);
12
13 _DBG R6;
14
15 DBGA ( R6.L , 0x8000 );
16 DBGA ( R6.H , 0x8000 );
17
18 //-------------
19
20 pass
This page took 0.033806 seconds and 4 git commands to generate.