We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In version 2.2.0 (win64) defining following strings in .data section throws compilation errors as reported in remarks:
.data # Unmatched parenthesis anystring1: .string "foo(" anystring2: .string "foo)" # Stray '.' in line anystring3: .string "foo(.)"
The text was updated successfully, but these errors were encountered:
Thank you for finding this - this seems to be issues with the expression evaluator.
Sorry, something went wrong.
Fix assembler error on parentheses inside string directives #91
ae930d1
@MassimilianoMancini when you have time, please check whether the issue has been fixed by ae930d1. The fix is available in the latest continuous build: https://github.com/mortbopet/Ripes/releases/tag/continuous
@mortbopet Checked and I confirm that it has been fixed. Thank you
mortbopet
No branches or pull requests
In version 2.2.0 (win64) defining following strings in .data section throws compilation errors as reported in remarks:
The text was updated successfully, but these errors were encountered: