summaryrefslogtreecommitdiff
path: root/tests/test2.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test2.S')
-rw-r--r--tests/test2.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test2.S b/tests/test2.S
index 20c68c5..9d716a0 100644
--- a/tests/test2.S
+++ b/tests/test2.S
@@ -6,6 +6,7 @@ move 32767.l(pc),d1
move (32767.l,pc),d1
move (pc,32767.l),d1
+move (127)(a1,d1.l),d1
move 127.l(a1,d1),d1
move 127.w(a1,d1),d1
move 127(a1,d1.l),d1
@@ -21,6 +22,7 @@ move 127.w(d1.l,a1),d1
move 127.l(d1.w,a1),d1
move 127.w(d1.w,a1),d1
+move (127)(pc,d1.l),d1
move 127(pc,d1.l),d1
move 127(pc,d1.w),d1
move 127.l(pc,d1),d1