Fixed NOP
This commit is contained in:
parent
9cfb64d5c2
commit
c3de1a9bea
|
@ -1025,7 +1025,7 @@ C_lpb ==> "pop eax";
|
|||
C_mon ==> "pop eax";
|
||||
"call .mon".
|
||||
|
||||
C_nop ==> "call .nop".
|
||||
C_nop ==> .
|
||||
|
||||
C_rck
|
||||
$1 == 4 ==> "pop ebx";
|
||||
|
|
|
@ -1177,7 +1177,7 @@ C_lpb ==> "pop ax";
|
|||
C_mon ==> "pop ax";
|
||||
"call .mon".
|
||||
|
||||
C_nop ==> "call .nop".
|
||||
C_nop ==> .
|
||||
|
||||
C_rck
|
||||
$1 == 2 ==> "pop bx";
|
||||
|
|
|
@ -830,7 +830,7 @@ C_lpb ==> C_adp( (arith)8).
|
|||
|
||||
C_mon ==> "jsr (.mon)".
|
||||
|
||||
C_nop ==> "jsr (.nop)".
|
||||
C_nop ==> .
|
||||
|
||||
C_rck
|
||||
$1 == 4 ==> "move.l (sp)+, a0";
|
||||
|
|
|
@ -765,7 +765,7 @@ C_lpb ==> C_adp( (arith)8).
|
|||
|
||||
C_mon ==> "jsr (.mon)".
|
||||
|
||||
C_nop ==> "jsr (.nop)".
|
||||
C_nop ==> .
|
||||
|
||||
C_rck
|
||||
$1 == 4 ==> "move.l (sp)+, a0";
|
||||
|
|
Loading…
Reference in a new issue