Post Reply 
Another stupid 41C question
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Another stupid 41C question - JurgenRo - 10-20-2016, 07:17 PM
RE: Another stupid 41C question - hth - 10-20-2016 08:11 PM
RE: Another stupid 41C question - JurgenRo - 10-20-2016, 09:01 PM
RE: Another stupid 41C question - aurelio - 10-22-2016, 06:10 PM
RE: Another stupid 41C question - JurgenRo - 10-23-2016, 07:52 PM



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