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

Feature Request: Support Assembler Modifiers #82

Closed
DoPri opened this issue Oct 30, 2023 · 1 comment · Fixed by #115
Closed

Feature Request: Support Assembler Modifiers #82

DoPri opened this issue Oct 30, 2023 · 1 comment · Fixed by #115
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@DoPri
Copy link
Contributor

DoPri commented Oct 30, 2023

Proposal

Implement GNU assembler's RISC-V Assembler Modifiers

MWE

.globl _start

.text

_start:

lui a0, 0xABAD1
addi a0, a0, %lo(0xDEA)
ebreak

Expected Behavior

Successful compilation

Actual Behavior

test.S:8:argument parse error
test.S:8:expression parse error Unknow character "" in expression. at line 8, expression (nullptr).
@jdupak jdupak added the enhancement New feature or request label Oct 30, 2023
@jdupak jdupak added this to the 0.11.0 milestone Oct 30, 2023
@jdupak jdupak added the help wanted Extra attention is needed label Oct 30, 2023
@jdupak
Copy link
Collaborator

jdupak commented Oct 30, 2023

This is planned, but I am not sure, when anybody will have time to look into it. PR is welcomed.

@jdupak jdupak self-assigned this Feb 18, 2024
@jdupak jdupak mentioned this issue Apr 3, 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 help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants