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

Feature wishlist #8

Open
cvghivebrain opened this issue Feb 26, 2024 · 3 comments
Open

Feature wishlist #8

cvghivebrain opened this issue Feb 26, 2024 · 3 comments

Comments

@cvghivebrain
Copy link

These are some things I'd like to be added, listed from most important to least important.

  • String stuff (equs, strlen, strcmp, instr, substr) (asm68k)
  • Z80 (AS)
  • Functions (AS)
  • Default values for parameters in macros (AS)
  • Reference local labels from afar with Global_label.local_label (AS)
  • {curly_brackets} for variables (AS)
  • Variable containing iteration number in rept
  • Direct comparison of strings (instead of strcmp)
  • Current line number as a variable (e.g. _line)

I apologise in advance if any of these are nonsensical or difficult to implement.

@Clownacy
Copy link
Owner

Reference local labels from afar with Global_label.local_label (AS)

This one should already be implemented. If it isn't working, then there's a bug somewhere.

@cvghivebrain
Copy link
Author

Nice, I haven't tested it myself but I'm sure it works. It's not a feature in asm68k so I assumed you hadn't added it.

@Project1114
Copy link

I would like to see support for equr (allows you to give registers names so the code is easier to read) and multi-line comments

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

No branches or pull requests

3 participants