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

Support use of default-defined RC-words in assembler symbol table #110

Open
jamesyoungman opened this issue Apr 17, 2023 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@jamesyoungman
Copy link
Contributor

If you use a symbolic name as an address without providing a definition, the assembler doesn't allocate an RC-word for it even though it should.

Instead you get unimplemented!("should assign an RC-word here")

See section 6-2.2 of the User Handbook for a description of how this is supposed to work.

@jamesyoungman jamesyoungman added bug Something isn't working enhancement New feature or request labels Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant