improved STI 8 code

This commit is contained in:
ceriel 1989-10-26 15:54:21 +00:00
parent 9196107b79
commit cd1bb106ec

View file

@ -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)+";