Improved code generation
This commit is contained in:
parent
75672c1e16
commit
0a661b4345
9 changed files with 70 additions and 23 deletions
|
@ -1,5 +1,9 @@
|
|||
main() {
|
||||
syscall(60, f(1) + f(2) + f(3))
|
||||
exit(f(1) + f(2) + f(3))
|
||||
}
|
||||
|
||||
exit(code) {
|
||||
syscall(60, code)
|
||||
}
|
||||
|
||||
f(x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue