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

Update access handling on registers and unions #138

Open
aitorres opened this issue Feb 28, 2020 · 0 comments
Open

Update access handling on registers and unions #138

aitorres opened this issue Feb 28, 2020 · 0 comments
Labels
medium priority Medium priority issues

Comments

@aitorres
Copy link
Owner

tipo en vez de hacer
base[ i + j ] = x

hacer

_t0 = i + j
_t1 = base + _t1
*t1 = x
@aitorres aitorres added the medium priority Medium priority issues label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority Medium priority issues
Projects
None yet
Development

No branches or pull requests

1 participant