Post Reply 
[Help]Hp 50g : working with larger-than-memory datasets
03-26-2017, 01:57 PM
Post: #2
RE: [Help]Hp 50g : working with larger-than-memory datasets
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.

Graph 3D | QPI | SolveSys
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 - Han - 03-26-2017 01:57 PM



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