rom41lif

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR

NAME

rom41lif - convert a HP-41 rom file to a LIF file of type sdata

SYNOPSIS

lifutils rom41lif LIFFILENAME INPUTFILE > Output file

lifutils rom41lif LIFFILENAME < Input file > Output file

lifutils rom41lif -?

DESCRIPTION

rom41lif generates a LIF sdata file from an HP41 rom file. The program reads the rom data from standard input or the file specified by the command line paramter INPUTFILE and writes the LIF file header and the uncompressed rom data to standard output. Note: this program updates incorrect ROM checksums.

OPTIONS

-?

Print a message giving the program usage to standard error.

EXAMPLES

If HPILDv1B.ROM is the rom file of the HP-IL development module then

cat HPILDv1B.ROM | lifutils rom41lif HPILDEV | lifutils lifput lifimage.dat

will put the sdata rom file with the name HPILDEV into the LIF image file lifimage.dat

AUTHOR

rom41lif was written by Joachim Siebold, bug400@gmx.de using code from Tony Duell, ard@p850ug1.demon.co.uk and has been placed under the GNU Public License version 2.0.