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

Use of $ for local labels #126

Open
richardturnnidge opened this issue Jan 18, 2025 · 0 comments
Open

Use of $ for local labels #126

richardturnnidge opened this issue Jan 18, 2025 · 0 comments

Comments

@richardturnnidge
Copy link

I just happened to be glancing through the source code for MOS (in the vdp_protocol.asm file) and I saw that the symbol $$ was being used for anonymous local labels.

This was coupled with $F to jump to the next anon label.

I don't know if this is a universally accepted type of z80 label or not?? I know it's not in my z80 style sheet for Sublime as the line has highlighted in red!

Should this label type be added to ez80asm ?

Might make future assembly of MOS etc possible with ez80asm if it is integrated into the future work you were talking about.

Image

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

1 participant