Fix V8 emulator bugs

This commit is contained in:
Asraelite 2024-01-09 21:05:38 +01:00
parent c45ad79440
commit 476972f85a
29 changed files with 281 additions and 18 deletions

View file

@ -0,0 +1,9 @@
# alloc
.export malloc, free, realloc
# a0 = size
# a1 = alignment
malloc: