You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile multiple files as one (.vm named after the first one) so we can inline itoa into a new fact.asm that shows both recursive and iterative factorial code (#42)
* Compile multiple files as one (.vm named after the first one) so we can inline itoa into a new fact.asm that shows both recursive and iterative factorial code
* Add a print util to not repeat the loadi
* minor lint and also exercize the cvm for fact. shows bug with incrs
* fix cvm to match loading accumulator content upon incrs
* abort on any file error
* less silly end of Compile
* Add a comment explaining the weird stack var if
0 commit comments