Implemented block instruction parsing

This commit is contained in:
2024-06-24 00:03:26 +02:00
parent 4fc1935183
commit dd495fab4e
6 changed files with 70 additions and 13 deletions

View File

@ -8,5 +8,7 @@ hello() {
address := 4194305
length := 3
syscall(write, stdout, address, length)
loop {
syscall(write, stdout, address, length)
}
}