Added grind support

This commit is contained in:
ceriel
1991-11-01 11:53:42 +00:00
parent 6d553a379a
commit 6f4094c7c4
22 changed files with 179 additions and 39 deletions

View File

@@ -881,3 +881,5 @@ C_prolog ==> .
C_jump ==> "bra $1".
C_locals ==> "link a6, #-$1".
C_db_sline ==> "jsr (___u_LiB)".

View File

@@ -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".