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
Implement GNU assembler's RISC-V Assembler Modifiers
.globl _start .text _start: lui a0, 0xABAD1 addi a0, a0, %lo(0xDEA) ebreak
Successful compilation
test.S:8:argument parse error test.S:8:expression parse error Unknow character "" in expression. at line 8, expression (nullptr).
The text was updated successfully, but these errors were encountered:
This is planned, but I am not sure, when anybody will have time to look into it. PR is welcomed.
Sorry, something went wrong.
jdupak
Successfully merging a pull request may close this issue.
Proposal
Implement GNU assembler's RISC-V Assembler Modifiers
MWE
Expected Behavior
Successful compilation
Actual Behavior
The text was updated successfully, but these errors were encountered: