summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/msp430/msp430x.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/msp430/msp430x.s')
-rw-r--r--gas/testsuite/gas/msp430/msp430x.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/gas/msp430/msp430x.s b/gas/testsuite/gas/msp430/msp430x.s
index db27597f86..d968faed98 100644
--- a/gas/testsuite/gas/msp430/msp430x.s
+++ b/gas/testsuite/gas/msp430/msp430x.s
@@ -259,3 +259,19 @@ foo:
rrax.a r5
rpt r5
rrax.a r5
+
+ ;; The following are all aliases for similarly named instructions
+ ;; without the period. Eg: add.a -> adda
+ add.a r1, r2
+ br.a r1
+ call.a r1
+ clr.a r1
+ cmp.a r1, r2
+ decd.a r1
+ incd.a r1
+ mov.a r1, r2
+ ret.a
+ sub.a r1, r2
+ tst.a fooz
+
+