Implemented division

This commit is contained in:
Eduard Urbach 2024-06-25 00:19:01 +02:00
parent 432397043d
commit 3aedcef9eb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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)