Skip to content

Support for #elif directive #132

@dionoid

Description

@dionoid

The code below doesn't show an error, but the #elif directive just seem to be ignored.

#if MODE == 1
include "file1.asm"
#elif MODE == 2
include "file2.asm"
#else
include "file3.asm"
#endif

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