Another stupid 41C question - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: Another stupid 41C question (/thread-7074.html) |
Another stupid 41C question - Monte Dalrymple - 10-20-2016 06:53 PM Is the .RAW file format documented anywhere? If I download something to the 41CL I need to know how to massage the data to get everything lined up properly. Or is this even possible? Monte RE: Another stupid 41C question - JurgenRo - 10-20-2016 07:17 PM (10-20-2016 06:53 PM)Monte Dalrymple Wrote: Is the .RAW file format documented anywhere? If I download something to the 41CL I need to know how to massage the data to get everything lined up properly. Or is this even possible? Hi Monte, see the README file in http://www.hpmuseum.org/software/hp41uc.zip . On page 4 you find a section called RAW-Format. The link is from the site http://hp41programs.yolasite.com/. Don't know if this is what you are looking for ... Juergen RE: Another stupid 41C question - hth - 10-20-2016 08:11 PM I believe the RAW format comes from dumping the actual bytes stored in memory. Thus, you may find extra NULLs, and the last instruction may be either an END or the special .END. A .RAW file need massaging to get it right if loaded back to memory. The main problem is the global chain that has to be built properly. You can study GETP in Extended functions module. That code works on the assumption that if the checksum is correct, the saved link chain is intact so it can be used to find the global LBLs. It updates the global link chain when loading the program. Håkan RE: Another stupid 41C question - JurgenRo - 10-20-2016 09:01 PM Monte, the direct link seems not to function. So, I've copied the respective text excerpt for your convenience: Quote:RAW Format: Page 4Hope, this is of any use for you. Juergen RE: Another stupid 41C question - Monte Dalrymple - 10-20-2016 09:27 PM Thank you, Juergen and Hakan. Now I can fire up my hex editor and figure out what I need to do. RE: Another stupid 41C question - aurelio - 10-22-2016 06:10 PM (10-20-2016 09:01 PM)JurgenRo Wrote: Monte, with the right button of the mouse you can download it, thank-you Juergen EDIT: you download the zip but cannot open it..... RE: Another stupid 41C question - JurgenRo - 10-23-2016 07:52 PM (10-22-2016 06:10 PM)aurelio Wrote:(10-20-2016 09:01 PM)JurgenRo Wrote: Monte, Hi Aurelio, yes, you're right! Thank you for the hint! Juergen |