HP-41CL: Suggested module format update
|
12-23-2021, 07:56 PM
Post: #13
|
|||
|
|||
RE: HP-41CL: Suggested module format update
(12-23-2021 02:29 PM)MeindertKuipers Wrote: I have not tested the V41 beta, I just looked at the ModEdit and played with it a bit, I really like it, much cleaner than my implementation!. Just a few questions: Quote:- a MOD file with multiple ROMs must have all the same MOD types (MOD1 or MOD2) ? No mix? The FileFormat with the MOD type is part of the ModuleFileHeader existing only once in a MOD file. So no mix! Quote:- what is the maximum number of ROMs in a MOD file? I use this format for MLDL2000 backups, and there can be (in theory) more than 100 ROMS in one MOD file. I now receive a load error when opening such a backup file. Would be good to know your maximum. A MOD file with 12 ROMS works. The possible no. of pages is normally limited by NumPages in the Header. It's a byte, so the maximum for pages is 255. But ModEdit is a so called dialog based application, where the class members and so the file content are created on the stack. Maybe there's a stack overflow on too many ROM pages. Quote:- I misuse the MOD1 format for a baclup of the Settigs Registers of the MLDL2000. This also results in a load error in your ModEdit. Many structure members have for example a byte container, but only limited values like 1 to 4 maybe allowed. To reduce errors on these "free number" fields I mostly use pre defiend combo boxes to limitate the settings. Maybe you mail one of these MOD files making trouble as example for analysing to me. It should make no difference if the module pages containing true ROM data or fake data filled with anything else for analysing. Quote:As a suggestion, would be nice to have an indication of the 41CL CRC of the image. I don't know anything about the 41CL, and so nothing about the 41CL specific CRC. A description and an example file would be welcome. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)