diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test4.S | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tests/test4.S b/tests/test4.S new file mode 100644 index 0000000..cadc9c2 --- /dev/null +++ b/tests/test4.S @@ -0,0 +1,2 @@ +	move.b	0(a3,d0.w),-(a2) +	move.b	0(a4.w,a3),-(a2) | 
