rom41lif

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
AUTHOR

NAME

rom41lif - a filter to convert a HP-41 rom file to a LIF file of type sdata that can be used to update the HP-41 CL

SYNOPSIS

rom41lif <LIF filename> < Input file > Output file

DESCRIPTION

rom41lif is a filter which generates a LIF sdata file from an HP41 rom file. The filter reads the rom data from standard input and writes the LIF file header and the uncompressed rom data to standard output. Note: this filter updates incorrect ROM checksums.

EXAMPLES

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

cat HPILDv1B.ROM | rom41lif HPILDEV | 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.