Implemented subtraction

This commit is contained in:
Eduard Urbach 2024-06-24 16:55:15 +02:00
parent 0657b88945
commit 9e3af3b01c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 92 additions and 28 deletions

View file

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