Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-10 | Prepare to use a specialized calling convention: return globasp | Camil Staps | 1 | -39/+52 | |
2021-01-08 | Move hp and stack pointers to beginning of function parameters in fib_* and ↵ | Camil Staps | 1 | -32/+32 | |
nfib (for easier calling convention) | |||||
2021-01-08 | Use malloc to allocate heap and stack | Camil Staps | 1 | -2/+2 | |
2021-01-07 | Add version of nfib without strictness analysis | Camil Staps | 1 | -1/+1 | |
2021-01-07 | Add heap pointer | Camil Staps | 1 | -28/+48 | |
2021-01-07 | Replace tabs by two spaces | Camil Staps | 1 | -100/+100 | |
2021-01-07 | Centralize instruction implementations | Camil Staps | 1 | -216/+0 | |
2021-01-07 | Initial commit: fib (eqI_b and ltI version); nfib | Camil Staps | 1 | -0/+361 | |