Implemented division

This commit is contained in:
2024-06-25 00:19:01 +02:00
parent 34af20d7a0
commit 2cbc064f14
7 changed files with 89 additions and 3 deletions

View File

@ -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)