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

code crash with Display size 1024x1024 #137

Open
muellevin opened this issue Oct 26, 2021 · 1 comment
Open

code crash with Display size 1024x1024 #137

muellevin opened this issue Oct 26, 2021 · 1 comment

Comments

@muellevin
Copy link

When using RARS Display with 1024x1024 resolution the Display need more adresses than avaiable. It will crash at trying to store a value at adress 0x10400000. And a few already wrote it, that the heap adress should be somewhere else by default. When handling larger arrays for calculating matrizen or even with display size 256x256 you using up quite a while to debug to realize that your adresses got messed up.
Suggestion make a adress section for the display and sort it out of the .data and heap section.

@TheThirdOne
Copy link
Owner

I have not yet gotten around to confirming and investigating this issue. Just wanted to let you know.

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

2 participants