From f5b1f0d1873dfaf0f7fe617de21bf38a4c97e5df Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sat, 29 Feb 2020 18:23:28 +0100 Subject: [PATCH] asmtables: fix mova which behaved as mov.l --- asmtables/sh3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmtables/sh3.txt b/asmtables/sh3.txt index 228c578..b995966 100644 --- a/asmtables/sh3.txt +++ b/asmtables/sh3.txt @@ -204,7 +204,7 @@ name: sh-3 1001nnnndddddddd mov.w @(disp,pc), rn 1101nnnndddddddd mov.l @(disp,pc), rn -11000111dddddddd mova.l @(disp,pc), r0 +11000111dddddddd mova.l pc+disp, r0 0000mmmm00100011 braf rm 0000mmmm00000011 bsrf rm