Implement trivial malloc
routine (Assembly)
#80
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
IMPORTANT NOTE: As of v0.26.3, the content below is ONLY relevant for Raspberry Pi (3+)
Xita cross compiler is currently hung up on data types system, because the memory allocation system is not implemented in assembly. Types that exceed 8 bytes in size must dynamically allocate memory to hold the data.
To continue development of data types for the language, the compiler dev team needs an ARM assembly routine definition for a function called
__xita_malloc
.Pseudo Workflow of
__xita_malloc
:0x40040000
0x40041000
to0xFFFFFFFF
).number_bytes
) with the address to the memory node data.The text was updated successfully, but these errors were encountered: