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

Support assembler sources in ca65 format #433

Open
johnwbyrd opened this issue Jan 18, 2024 · 0 comments
Open

Support assembler sources in ca65 format #433

johnwbyrd opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request p3

Comments

@johnwbyrd
Copy link
Member

When I built the assembler, I left hooks in for supporting assembler input in other formats, including xa65 and ca65. (I put in an AsmParserVariant for ca65.) It would be helpful for people coming from ca65, to support assembler sources that use ca65 idioms, macros, and functions.

Now, the ca65 assembler specification is huge. I don't think we will want, or need, to implement every little ca65 feature in our assembler. But a more reasonable target would be to start by supporting sufficient ca65 functionality to be able to compile the ca65 libraries, and have them match 1:1 with the code compiled by ca65.

See also

def MOSAsmParserVariantCA65 : AsmParserVariant {
.

@johnwbyrd johnwbyrd added p3 enhancement New feature or request labels Jan 18, 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 p3
Projects
None yet
Development

No branches or pull requests

1 participant