From: ceriel Date: Thu, 26 Oct 1989 15:54:21 +0000 (+0000) Subject: improved STI 8 code X-Git-Tag: release-5-5~2137 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd1bb106ecad3c98ef326e4898d32be5bf94caca;p=ack.git improved STI 8 code --- diff --git a/mach/m68020/ce/EM_table b/mach/m68020/ce/EM_table index 47c8eca1c..af950b9f6 100644 --- a/mach/m68020/ce/EM_table +++ b/mach/m68020/ce/EM_table @@ -106,6 +106,9 @@ C_sti "move.w d0, (a0)". $1 == 4 ==> "move.l (sp)+, a0"; "move.l (sp)+, (a0)". + $1 == 8 ==> "move.l (sp)+, a0"; + "move.l (sp)+, (a0)+"; + "move.l (sp)+, (a0)". $1 % 4 == 0 ==> "move.l (sp)+, a0"; "move.l #$1/4, d0"; "1:move.l (sp)+, (a0)+";