Implemented subtraction
This commit is contained in:
parent
597cb9abed
commit
b018d8de61
9 changed files with 92 additions and 28 deletions
|
@ -5,11 +5,13 @@ main() {
|
|||
hello() {
|
||||
write := 1
|
||||
stdout := 1
|
||||
address := 4194304
|
||||
address := 0
|
||||
length := 0
|
||||
|
||||
address += 4194304
|
||||
address += 1
|
||||
length += 3
|
||||
length += 5
|
||||
length -= 2
|
||||
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue