Implemented more arm64 instructions

This commit is contained in:
Eduard Urbach 2025-03-13 13:17:58 +01:00
parent dc664dbf5a
commit 5a5061c5d7
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
23 changed files with 290 additions and 53 deletions

View file

@ -8,6 +8,6 @@ main() {
buffer[2] = 'l'
buffer[3] = 'l'
buffer[4] = 'o'
io.write(1, buffer)
io.out(buffer)
mem.free(buffer)
}