From: Borja F. <bor...@gm...> - 2011-12-13 19:16:35
|
Short status update: Last weekend I finished working on stack frames and passing function arguments through the stack. This includes prologue and epilogue code, saving all callee registers, being able to allocate local variables (and taking their address) and allocating/restoring stack space before/after a function call that needs arguments passed through the stack. Next thing I'm going to work on is going to be unconditional and conditional branching. That will help us testing larger test cases, because for now all i can test is linear code. I'm going to be quite busy these weeks, but i'll try to push some work on it. Another thing, is anybody willing to write some testcases so we can do regression testing? |