Skip to content

Blocks in macros #15

@Calcilore

Description

@Calcilore

possibly like this:

#macro, 2
mov r1, $2 + 3
$1
#endmacro

mymacro {
umul r1, 4
add r1, 5
}, 6

which would expand to:

mov r1, 6 + 3

umul r1, 4
add r1, 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions