Skip to content

Fix Local Label Jumps In Macros #13

Description

@CoPokBl

If you try and use a full local label in a macro it doesn't understand because of the stage where it happens.

#macro hello, 1
jmp $1
#endmacro

main:
.mything
hello .mything  ; the assembler doesn't understand this macro expansion
; it doesn't realise it's currently in the main block

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions