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

Using comment ';' immediately after macro command without arguments results in error 'Incorrect number of macro arguments' #110

Open
envenomator opened this issue Dec 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@envenomator
Copy link
Owner

e.g.
macro test
ld a,0
endmacro

test;comment
will NOT work.
test ;comment
will work

@envenomator envenomator added the bug Something isn't working label Dec 21, 2024
@envenomator envenomator self-assigned this Dec 21, 2024
@envenomator envenomator changed the title Using comment ';' immediately after macro command results in error 'Incorrect number of macro arguments' Using comment ';' immediately after macro command without arguments results in error 'Incorrect number of macro arguments' Dec 21, 2024
envenomator added a commit that referenced this issue Dec 21, 2024
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

No branches or pull requests

1 participant