local variables + parameters
Closed this issue · 1 comments
oguzalb commented
We need to arrange the local variables before calling the function, extending the stack before call.
This means function instruction needs to have a parameter telling howmany local variables it has
Currently there is a conflict between local variables and parameters
oguzalb commented
implemented