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

Pointers in global variable initializers aren't supported #10

Closed
hikari-no-yume opened this issue Jun 12, 2023 · 1 comment
Closed

Pointers in global variable initializers aren't supported #10

hikari-no-yume opened this issue Jun 12, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@hikari-no-yume
Copy link
Collaborator

As I understand it, we can't support stuff like int *b = &a + 1; because uxnasm has no way to express this, but int *b = &a; seems doable maybe?

@hikari-no-yume
Copy link
Collaborator Author

Oh wait oops this is a dupe of #3 >.<

@hikari-no-yume hikari-no-yume closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2023
@hikari-no-yume hikari-no-yume added the duplicate This issue or pull request already exists label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant