HP Forums
41CL Custom Memory Map - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: 41CL Custom Memory Map (/thread-9551.html)



41CL Custom Memory Map - JurgenRo - 11-21-2017 07:59 PM

Monte "... added the source files and merge program to IMDB.ZIP in case anyone wants to do a custom memory map" on 41CL home page, which is great News espec. for all VX board (X<5) users indeed. However, does anyone can give advice how to deal with the Software or did I miss something in the Posts lately?
Thanks,
Juergen


RE: 41CL Custom Memory Map - Monte Dalrymple - 11-21-2017 08:51 PM

(11-21-2017 07:59 PM)JurgenRo Wrote:  Monte "... added the source files and merge program to IMDB.ZIP in case anyone wants to do a custom memory map" on 41CL home page, which is great News espec. for all VX board (X<5) users indeed. However, does anyone can give advice how to deal with the Software or did I miss something in the Posts lately?
Thanks,
Juergen

Umm.... which software specifically? If you mean MERGE.BAS, it's a
vanilla BASIC program that reads the two .rom files (IMDBU.ROM and
IMDBL.ROM) and merges them into on IMDB.ROM file. No arguments,
just run it with the source files in the same directory. You will likely
need to load the result into a hex editor (I use HxD) and remove the
last byte, because the file is actually 8193 bytes in length because
of the way the program writes the output. It's a quick-and-dirty
program, that I never intended for anyone but myself to see.


RE: 41CL Custom Memory Map - JurgenRo - 11-22-2017 08:38 PM

(11-21-2017 08:51 PM)Monte Dalrymple Wrote:  
(11-21-2017 07:59 PM)JurgenRo Wrote:  Monte "... added the source files and merge program to IMDB.ZIP in case anyone wants to do a custom memory map" on 41CL home page, which is great News espec. for all VX board (X<5) users indeed. However, does anyone can give advice how to deal with the Software or did I miss something in the Posts lately?
Thanks,
Juergen

Umm.... which software specifically? If you mean MERGE.BAS, it's a
vanilla BASIC program that reads the two .rom files (IMDBU.ROM and
IMDBL.ROM) and merges them into on IMDB.ROM file. No arguments,
just run it with the source files in the same directory. You will likely
need to load the result into a hex editor (I use HxD) and remove the
last byte, because the file is actually 8193 bytes in length because
of the way the program writes the output. It's a quick-and-dirty
program, that I never intended for anyone but myself to see.

Thanks anyway, Monte!