Post Reply 
[Help]Hp 50g : working with larger-than-memory datasets
03-26-2017, 06:34 PM
Post: #3
RE: [Help]Hp 50g : working with larger-than-memory datasets
(03-26-2017 01:57 PM)Han Wrote:  What you want would require low-level assembly language programming (assuming you want to use the emulated Saturn CPU). Depending on whether your data has lots of repetition, you should use either arrays or linked arrays. In order to use the data without creating a second copy of the entire set in RAM, you would need some assembly code that handles the bankswitching that will be needed in order to temporarily view the data and copy what is needed into RAM.

Thanks for replying and thanks for the direction. So I assume that no one worked out this already, at least not in the public domain. Then I will see what I can do (I think my solution would be way less advanced that the one proposed).

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Help]Hp 50g : working with larger-than-memory datasets - pier4r - 03-26-2017 06:34 PM



User(s) browsing this thread: 1 Guest(s)