Skip to content

Is it possible to add a systematic way to use "potential reserved words" as identifiers? #227

@ntysdd

Description

@ntysdd

For example, nasm has a nice feature -- you can prefix a "$" to an identifier, then it is no longer an reserved word.

In masm it is incrediblely and unreasonably hard to call a function named "add" or "enter".

The "option nokeyword" is hard to use.

And since newer CPUs keep adding new instructions, there is always a risk of conflicts.

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