mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-17 16:16:51 +00:00
9 lines
80 B
Text
9 lines
80 B
Text
# alloc
|
|
|
|
.export malloc, free, realloc
|
|
|
|
# a0 = size
|
|
# a1 = alignment
|
|
malloc:
|
|
|
|
|