Skip to content

Use structs to build asm code instead of strings #7

@yds12

Description

@yds12

Currently the compiler is doing a lot of string manipulation to generate the assembly code. It is more efficient to generate a sequence of asm tokens (structs) that only in the end are translated to text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions