Implemented addition

This commit is contained in:
Eduard Urbach 2024-06-24 14:14:07 +02:00
parent 41f5dcbe62
commit 597cb9abed
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
6 changed files with 78 additions and 23 deletions

View file

@ -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)