Added grind support
This commit is contained in:
@@ -881,3 +881,5 @@ C_prolog ==> .
|
||||
C_jump ==> "bra $1".
|
||||
|
||||
C_locals ==> "link a6, #-$1".
|
||||
|
||||
C_db_sline ==> "jsr (___u_LiB)".
|
||||
|
||||
@@ -777,3 +777,5 @@ C_locals
|
||||
$1 == 4 ==> "clrq -(sp)".
|
||||
$1 == 8 ==> "clrq -(sp)".
|
||||
default ==> "subl2 ~$1, sp".
|
||||
|
||||
C_db_sline ==> "calls ~0, ___u_LiB".
|
||||
|
||||
Reference in New Issue
Block a user