mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-18 00:26:50 +00:00
Fix V8 emulator bugs
This commit is contained in:
parent
c45ad79440
commit
476972f85a
29 changed files with 281 additions and 18 deletions
9
programs/parva_0.2/alloc.parva
Normal file
9
programs/parva_0.2/alloc.parva
Normal file
|
@ -0,0 +1,9 @@
|
|||
# alloc
|
||||
|
||||
.export malloc, free, realloc
|
||||
|
||||
# a0 = size
|
||||
# a1 = alignment
|
||||
malloc:
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue