aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/a24.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/bfin/a24.s')
-rw-r--r--sim/testsuite/bfin/a24.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/bfin/a24.s b/sim/testsuite/bfin/a24.s
new file mode 100644
index 0000000..507350f
--- /dev/null
+++ b/sim/testsuite/bfin/a24.s
@@ -0,0 +1,12 @@
+# mach: bfin
+
+.include "testutils.inc"
+ start
+
+ R0 = 0x1111 (X);
+ R0.H = 0x1111;
+ A0.x = R0;
+ R1 = A0.x;
+ DBGA ( R1.L , 0x11 );
+ DBGA ( R1.H , 0x0 );
+ pass