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

pre-proc #define clashes with strings #10

Closed
fachat opened this issue Nov 9, 2019 · 2 comments
Closed

pre-proc #define clashes with strings #10

fachat opened this issue Nov 9, 2019 · 2 comments
Labels
dependent Depends on other projects like toolchain wontfix This will not be worked on

Comments

@fachat
Copy link
Owner

fachat commented Nov 9, 2019

In the monitor, there is
.asc "COPYCON^@dup^@cd^@DevCmd^@copy^@"
This breaks if there is a pre-processor define like
#define DUP 123
As a mitigation you have to split the string constant like so
.asc "COPYCON^@d","UP^@cd^@DevCmd^@copy^@"

@fachat fachat added wontfix This will not be worked on dependent Depends on other projects like toolchain labels Nov 9, 2019
@fachat
Copy link
Owner Author

fachat commented Nov 9, 2019

For details see fachat/xa65#4
Currently the fixed xa from https://github.com/fachat/xa65/tree/xa-2.3.9+ needs to be used (which hopefully goes into upstream soon)

@fachat
Copy link
Owner Author

fachat commented Nov 10, 2019

Fixed by using xa-2.3.10

@fachat fachat closed this as completed Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependent Depends on other projects like toolchain wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant