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

Dots not allowed in the beginning of labels #50

Open
aMelliflousOne opened this issue Dec 20, 2024 · 0 comments
Open

Dots not allowed in the beginning of labels #50

aMelliflousOne opened this issue Dec 20, 2024 · 0 comments

Comments

@aMelliflousOne
Copy link

When working with code compiled by GCC, local labels are usually prefixed by a dot.

FPGRARS mistakenly interprets them as directives.

RARS supports this label format.

Example:

   [error]: Unknown directive '.L0'
   --> exemplo.asm at line 2, column 2
 1  | L.0:
 2  | .L0:
......^ Here
 3  |     .ascii "I am a label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant