Implemented addition
This commit is contained in:
parent
b6722c5482
commit
0657b88945
6 changed files with 78 additions and 23 deletions
|
@ -5,8 +5,11 @@ main() {
|
|||
hello() {
|
||||
write := 1
|
||||
stdout := 1
|
||||
address := 4194305
|
||||
length := 3
|
||||
address := 4194304
|
||||
length := 0
|
||||
|
||||
address += 1
|
||||
length += 3
|
||||
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue