From 4ce10dab5eae51dcec32eee5d7a9cd71d4f73c07 Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 9 Aug 2023 00:54:05 +0300 Subject: Add a peculiar test case --- tests/test2.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3