Skip to content

no-op not inserted after label at end of loop #27

@Shylie

Description

@Shylie

As an example,

.consti loopParams(3, 0, 1, 0)
.setb b0 true

.proc main
    for loopParams
        jmpu b0, label
        label:
    .end
.end

does not have a no-op inserted after label to prevent unintended early exits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions