The Museum of HP Calculators

HP Forum Archive 20

[ Return to Index | Top of Index ]

[41CL + ILPer] Help
Message #1 Posted by robertoataulfo on 27 Dec 2011, 7:26 p.m.

How do I load a module using the ILPer + 41CL?
Or is there another easier way?
      
Re: [41CL + ILPer] Help
Message #2 Posted by Ángel Martin on 28 Dec 2011, 2:58 a.m.,
in response to message #1 by robertoataulfo

Easisest way is to plug the HEPAX and use READROM-WRTROM. Other modules have equivalent functions, choose your favorite.

All this isn´t required if the module is already in the internal CL Libary of course.

Edited: 28 Dec 2011, 2:59 a.m.

            
Re: [41CL + ILPer] Help
Message #3 Posted by robertoataulfo on 28 Dec 2011, 3:11 a.m.,
in response to message #2 by Ángel Martin

Good but how can I use ILPer as the only file that it accepts .dat?
How do I convert a .mod for .dat or as I add one .mod for .dat?

Edited: 28 Dec 2011, 3:11 a.m.

                  
Re: [41CL + ILPer] Help
Message #4 Posted by J-F Garnier on 28 Dec 2011, 4:31 a.m.,
in response to message #3 by robertoataulfo

Here is a possible way:

Use Emu41 to load the module into the Emu41 environment, then save it to the LIF image file. Then you can access it from your 41CL using ILPer/PILBox.

Note that Emu41 doesn't recognize .mod format, you have to use the .rom alternative. Most ROM from TOS are available in.rom format.

                        
Re: [41CL + ILPer] Help
Message #5 Posted by robertoataulfo on 28 Dec 2011, 5:34 a.m.,
in response to message #4 by J-F Garnier

How do I convert .Mod to .Rom?
Thanks but is there another solution?

Edited: 28 Dec 2011, 5:35 a.m.

                              
Re: [41CL + ILPer] Help
Message #6 Posted by Diego Diaz on 28 Dec 2011, 8:55 a.m.,
in response to message #5 by robertoataulfo

Hi,

To convert .mod files into .rom you can use "MODfile.exe", a small (DOS based) utility that you will find along with the V41 emulator on TOS.

Google for "V41 emulator" and you'll get the url... :-)

Cheers!

Diego

Edited: 28 Dec 2011, 8:57 a.m.

                              
Re: [41CL + ILPer] Help
Message #7 Posted by Howard Owen on 28 Dec 2011, 9:38 a.m.,
in response to message #5 by robertoataulfo

I have been working on and off for years on a Perl solution that will take a .mod file, extract the roms, convert to .bin and place them into a LIF image. I have most of the pieces written except for the mod -> rom piece. Integrating them all will take a bit of effort too. I can't guarantee when I'll have that done, (I'm a lot slower than I once was at this sort of thing,) but I'm not that far off from a solution.

In the meantime, the .mod -> MODFILE.EXE -> .rom -> EMU41 -> LIF via WRTROM -> 41CL via READROM is the best path I've found.

                              
Re: [41CL + ILPer] Help
Message #8 Posted by Ángel Martin on 28 Dec 2011, 10:43 a.m.,
in response to message #5 by robertoataulfo

I saw your photo w- the three superb specimens , including the MLDL - so I think your best option here is to use the MLDL and its controlling SW (ML2k). It has all you need to move ROM images from the HEPAX into the MLDL as ROM files and back. That´s exactly how I do it.

                                    
Re: [41CL + ILPer] Help
Message #9 Posted by Frido Bohn on 29 Dec 2011, 9:54 a.m.,
in response to message #8 by Ángel Martin

Quote:
- so I think your best option here is to use the MLDL and its controlling SW (ML2k).

I use the ML2k software alone (thank you Meindert Kuipers) to extract ROMs from MODs. To put the SW on work you have to install the USB serial converter driver from FTDI which are freely obtainable. It is a superb tool to manipulate MOD files (on WINDOWS use the "right-arrow" context for further commands) and can be used also for FAT listing and disassembling code.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall