Fixed NOP

This commit is contained in:
ceriel 1991-11-14 15:53:05 +00:00
parent 9cfb64d5c2
commit c3de1a9bea
4 changed files with 4 additions and 4 deletions

View file

@ -1025,7 +1025,7 @@ C_lpb ==> "pop eax";
C_mon ==> "pop eax"; C_mon ==> "pop eax";
"call .mon". "call .mon".
C_nop ==> "call .nop". C_nop ==> .
C_rck C_rck
$1 == 4 ==> "pop ebx"; $1 == 4 ==> "pop ebx";

View file

@ -1177,7 +1177,7 @@ C_lpb ==> "pop ax";
C_mon ==> "pop ax"; C_mon ==> "pop ax";
"call .mon". "call .mon".
C_nop ==> "call .nop". C_nop ==> .
C_rck C_rck
$1 == 2 ==> "pop bx"; $1 == 2 ==> "pop bx";

View file

@ -830,7 +830,7 @@ C_lpb ==> C_adp( (arith)8).
C_mon ==> "jsr (.mon)". C_mon ==> "jsr (.mon)".
C_nop ==> "jsr (.nop)". C_nop ==> .
C_rck C_rck
$1 == 4 ==> "move.l (sp)+, a0"; $1 == 4 ==> "move.l (sp)+, a0";

View file

@ -765,7 +765,7 @@ C_lpb ==> C_adp( (arith)8).
C_mon ==> "jsr (.mon)". C_mon ==> "jsr (.mon)".
C_nop ==> "jsr (.nop)". C_nop ==> .
C_rck C_rck
$1 == 4 ==> "move.l (sp)+, a0"; $1 == 4 ==> "move.l (sp)+, a0";