diff options
-rw-r--r-- | gas/testsuite/gas/m68k/p11673.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/testsuite/gas/m68k/p11673.s b/gas/testsuite/gas/m68k/p11673.s new file mode 100644 index 0000000..d8d85a4 --- /dev/null +++ b/gas/testsuite/gas/m68k/p11673.s @@ -0,0 +1,3 @@ +# The following addressing mode is allowed on isab and higher +# with moveb and movew, but it is forbidden with movel. + movel #1,%a0@(2) |