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

Can't pass some char literals as macro arguments #6

Closed
LeoRiether opened this issue Nov 19, 2020 · 2 comments
Closed

Can't pass some char literals as macro arguments #6

LeoRiether opened this issue Nov 19, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@LeoRiether
Copy link
Owner

.macro print_char(%c)
    li a7 11
    li a0 %c
    ecall
.end_macro

print_char(' ')
@LeoRiether
Copy link
Owner Author

Update: will be automatically fixed by the new parser! \(^▽^)/

@LeoRiether LeoRiether self-assigned this May 29, 2023
@LeoRiether LeoRiether added the bug Something isn't working label May 29, 2023
@LeoRiether
Copy link
Owner Author

Fixed in v2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant