Implemented more arm64 instructions
This commit is contained in:
parent
296fc37265
commit
c4d763839a
23 changed files with 290 additions and 53 deletions
|
@ -8,6 +8,6 @@ main() {
|
|||
buffer[2] = 'l'
|
||||
buffer[3] = 'l'
|
||||
buffer[4] = 'o'
|
||||
io.write(1, buffer)
|
||||
io.out(buffer)
|
||||
mem.free(buffer)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue