Implemented multiplication

This commit is contained in:
2024-06-24 22:43:01 +02:00
parent 625e8d5e2e
commit 34af20d7a0
11 changed files with 107 additions and 47 deletions

View File

@ -11,7 +11,8 @@ hello() {
address += 4194304
address += 1
length += 5
length -= 2
length *= 2
length -= 7
loop {
syscall(write, stdout, address, length)