Implemented simple expressions
This commit is contained in:
parent
c437b1d0f8
commit
37e222e022
12 changed files with 232 additions and 52 deletions
|
@ -16,6 +16,7 @@ hello() {
|
|||
length -= 20
|
||||
length *= 10
|
||||
length /= 100
|
||||
length = (0 + 50 - 20) * 10 / 100
|
||||
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue