adds a lot of to_ssss

This commit is contained in:
Torsten Ruger
2018-04-17 20:26:15 +03:00
parent 7c33f19bee
commit df08cb78e2
9 changed files with 52 additions and 1 deletions

View File

@ -14,6 +14,9 @@ module Mom
@method = method
end
def to_s
"SimpleCall #{@method.name}"
end
# To call the method, we determine the jumpable address (method.binary), move that
# into a register and issue a FunctionCall
#