Implemented block instruction parsing
This commit is contained in:
parent
a9d43a8716
commit
121f77fe76
6 changed files with 70 additions and 13 deletions
|
@ -8,5 +8,7 @@ hello() {
|
|||
address := 4194305
|
||||
length := 3
|
||||
|
||||
syscall(write, stdout, address, length)
|
||||
loop {
|
||||
syscall(write, stdout, address, length)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue