Another stupid 41C question
|
10-20-2016, 06:53 PM
Post: #1
|
|||
|
|||
Another stupid 41C question
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 |
|||
10-20-2016, 07:17 PM
(This post was last modified: 10-20-2016 07:21 PM by JurgenRo.)
Post: #2
|
|||
|
|||
RE: Another stupid 41C question
(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 |
|||
10-20-2016, 08:11 PM
Post: #3
|
|||
|
|||
RE: Another stupid 41C question
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 |
|||
10-20-2016, 09:01 PM
Post: #4
|
|||
|
|||
RE: Another stupid 41C question
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 |
|||
10-20-2016, 09:27 PM
Post: #5
|
|||
|
|||
RE: Another stupid 41C question
Thank you, Juergen and Hakan.
Now I can fire up my hex editor and figure out what I need to do. |
|||
10-22-2016, 06:10 PM
(This post was last modified: 10-22-2016 09:40 PM by aurelio.)
Post: #6
|
|||
|
|||
RE: Another stupid 41C question | |||
10-23-2016, 07:52 PM
Post: #7
|
|||
|
|||
RE: Another stupid 41C question
(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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)