Changing 41C XROM numbers
|
01-24-2016, 03:43 AM
Post: #4
|
|||
|
|||
RE: Changing 41C XROM numbers
(01-24-2016 01:01 AM)derekamos Wrote: Yes - on a PC you would need a copy of Meindert Kuipers MLDL2K.exe. This is like a PC debug program, but aimed specifically at the HP41 series, and ROM/MOD adjustments. I've been using MLDL2K, but I'm at a loss to figure out how to modify the ROMS. I can load ROMs in the "ROM Handler" tab and list the header and FAT and even disassemble them. However, the text window that the information appears in seems like it's just a listing area, and no changes made there actually affect the ROM image. On the other hand, in the "MOD Handler" tab, I can edit all sorts of fields related to the MOD file header, but that doesn't really help me. What am I missing? No matter though, as I found this information in the MLDL2K manual: Quote:.ROM file: traditional ROM format, direct image of the ROM without packing. Every 10-bit word is stored in a 16-bit word. With this in mind, I used a hex editor to open a ROM file, in this case ICEBOX1H.ROM. Here is what the beginning and end of the file looks like: Code: 0000:0000 | 00 04 00 40 00 00 00 8D 00 05 00 BE 00 05 00 AF | ...@.......¾...¯ And here is MLDL2K's decoded header: Code: ------------------hex---dec---------------- So, all I did was change the second byte in the file from 04h to another, non-conflicting value. This messed up the checksum, but reloading it into MLDL2K showed me what the checksum should be. Then, I just updated the checksum in the file, which is the very last byte. David Brunell Houston, Texas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Changing 41C XROM numbers - quantalume - 01-23-2016, 10:13 PM
RE: Changing 41C XROM numbers - derekamos - 01-24-2016, 01:01 AM
RE: Changing 41C XROM numbers - quantalume - 01-24-2016 03:43 AM
RE: Changing 41C XROM numbers - Sylvain Cote - 01-24-2016, 03:40 AM
RE: Changing 41C XROM numbers - Ángel Martin - 01-24-2016, 08:02 AM
RE: Changing 41C XROM numbers - quantalume - 01-24-2016, 05:51 PM
|
User(s) browsing this thread: 2 Guest(s)