Add arity to CALL_R and CALL_GR
and deprecate CALL_TR and CALL_GTR
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user