fixed so that jumps back to local labels also work

This commit is contained in:
ceriel
1989-10-26 11:01:44 +00:00
parent ed479cbb76
commit cf855ea282
2 changed files with 25 additions and 11 deletions

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