Skip to content

Need to implement Definition for Allocating/Freeing memory #76

@CodyFagley

Description

@CodyFagley

See this Source Code

The referenced C++ code above points at where the assembly function call is made for _x_alloc. Currently, that call is withheld from the cross compiler's generated assembly files, because there is no backend definition for _x_alloc yet. Once that is authored, the addInstruction() procedure call on L59 (of the above file) should be uncommented. Once that is done, memory will be dynamically allocating correctly (albeit unoptimized) and data types can continue in development.

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions