Jack C Compiler for Jackal 3.0 News
Status: Inactive
Brought to you by:
schlaftag
I now realize there is a bug with the way that jack calls functions... Jack might try to keep important values in registers during function calls, and those values may be overwritten by the call itself.
So, I guess I need to decide upon some registers to be caller save and others to be callee save...