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

Improve converted names for arithmetic operators #6

Open
pdarragh opened this issue Dec 16, 2023 · 0 comments
Open

Improve converted names for arithmetic operators #6

pdarragh opened this issue Dec 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pdarragh
Copy link
Contributor

If symbol->label is used on names like +, you end up with label___12345, which is very unhelpful. Maybe we could incorporate special-case names for certain common symbols, depending on what the nasm specification allows.

https://github.com/cmsc430/www/blob/7f55e4f95b0cf4ab66430acd07ae2ecf37215d63/langs/a86/ast.rkt#L400-L421

@pdarragh pdarragh added the enhancement New feature or request label Dec 16, 2023
@dvanhorn dvanhorn transferred this issue from cmsc430/cmsc430.github.io Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant