How can I convert an hp41 ROM image from .bin format into .rom format? (I can do .rom to .bin)
Thanks in advance
/Poul
Convert from .bin to .rom
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
11-04-2003, 01:28 PM
How can I convert an hp41 ROM image from .bin format into .rom format? (I can do .rom to .bin)
Thanks in advance ▼
Post: #3
11-05-2003, 06:18 AM
not sure what the .rom format is. the v41 emulator comes with a conversion utiility thats handles formats; lif, p41, raw, dat, bin and txt. ▼
Post: #4
11-05-2003, 02:50 PM
The ROM images that come with the V41 are in an uncompressed format like CCD1B.ROM (the CCD module). The ROM images used with Emu41 are in a compressed format like GAMES.BIN (the Games Pac). I know how to convert from .ROM to .BIN but not the other way around. The utility you mention is for converting USER code programs, and can't (as far as I know) convert a whole image. /Poul Kaarup ▼
Post: #5
11-05-2003, 03:49 PM
Bin format packs 4 words into 5 bytes (makes 40 bits): byteand so on... In the future releases of Emu41, I will support .rom format as well. J-F ▼
Post: #6
11-06-2003, 03:06 PM
Thanks for the information. Would it be possible for your CLBIN41 program to do conversion both ways in the future? /Poul |