vegard / v

toy language/compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callee-saved register saving

vegard opened this issue · comments

There's a bug right now where calling print inside a function will mess up the registers, probably because register saving is not done correctly.