Implemented multiplication
This commit is contained in:
@ -11,7 +11,8 @@ hello() {
|
||||
address += 4194304
|
||||
address += 1
|
||||
length += 5
|
||||
length -= 2
|
||||
length *= 2
|
||||
length -= 7
|
||||
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
|
Reference in New Issue
Block a user