raw41lif

NAME
SYNOPSIS
DESCRIPTION
REFERENCES
OPTIONS
EXAMPLES
AUTHOR

NAME

raw41lif - convert a HP41C program raw file to a LIF file

SYNOPSIS

lifutils raw41lif LIFFILENAME INPUTFILE > Output file

lifutils raw41lif LIFFILENAME < Input file > Output file

lifutils raw41lif -?

DESCRIPTION

raw41lif is a program which generates a LIF file from a HP41 raw file (FOCAL bytecode). The program reads the byte code from standard input or the file specified by the command line parameter INPUTFILE and writes the LIF file header with the file name LIFFILENAME, the bytecode and the checksum byte to standard output.

REFERENCES

The format of an HP41C program is documented in many books. Amongst the most useful references are Extend Your HP41 (W. A. C. Mier-Jedrzejowicz) and The HP41 Synthetic Programming Quick Reference Guide (Jeremy Smith)

OPTIONS

-?

Print a message giving the program usage to standard error.

EXAMPLES

If zline.raw is a raw file containing an HP41 program then

cat zline.raw | lifutils raw41lif ZLINE > zline.p41

will generate a LIF file zline.p41 with the LIF filename ZLINE

AUTHOR

raw41lif 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