Add arity to CALL_R and CALL_GR

and deprecate CALL_TR and CALL_GTR
This commit is contained in:
Ulf Norell
2019-08-12 14:37:42 +02:00
parent 54dcf364e5
commit 5aee70b8ff
2 changed files with 13 additions and 15 deletions
+1 -5
View File
@@ -30,14 +30,10 @@ FUNCTION tailcall(integer) -> integer
FUNCTION remote_call(integer) : integer
PUSH arg0
CALL_R remote.add_five 0
CALL_R remote.add_five 1 0
INCA
RETURN
FUNCTION remote_tailcall(integer) : integer
PUSH arg0
CALL_TR remote add_five 0
;; Test the code from the shell
;; _build/default/rel/aessembler/bin/aessembler console