Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Adjust #DEFINE macro a bit - #DEF and comments #156

Open
AnFazer opened this issue Jan 20, 2022 · 1 comment
Open

Suggestion: Adjust #DEFINE macro a bit - #DEF and comments #156

AnFazer opened this issue Jan 20, 2022 · 1 comment

Comments

@AnFazer
Copy link

AnFazer commented Jan 20, 2022

Two simple, low-priority enchancement suggestions:

  1. Allow to use the more assembler-like #DEF in place of the C-like #DEFINE, to better fit in with the instruction syntax and to reduce time spent typing. The old one remains usable.
  2. Allow to use comments within the DEF macro, to allow for commenting on defines themselves on the same line:
    #DEFINE .IN UP
    #DEFINE .NEXT DOWN
    #DEFINE .RH LEFT
    #ROM HIGH
    #DEFINE .RL RIGHT #ROM LOW
    #DEFINE =IT 5 #CHAR LOOP ITERS
@millennIumAMbiguity
Copy link

pr that implement this issue #200

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

No branches or pull requests

3 participants