Implemented division
This commit is contained in:
parent
34af20d7a0
commit
2cbc064f14
7 changed files with 89 additions and 3 deletions
|
@ -10,9 +10,11 @@ hello() {
|
|||
|
||||
address += 4194304
|
||||
address += 1
|
||||
length += 5
|
||||
length *= 2
|
||||
length -= 7
|
||||
|
||||
length += 50
|
||||
length -= 20
|
||||
length *= 10
|
||||
length /= 100
|
||||
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue