You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: