stat41

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR

NAME

stat41 - display a raw HP41 status file

SYNOPSIS

lifutils stat41 [-b] [-f] [-v][-r] INPUTFILE [> Output file ]

lifutils stat41 [-b] [-f] [-v][-r] < Input file [> Output file ]

stat41 -?

DESCRIPTION

stat41 displays the information in a LIF or raw HP41C status file. This file contains the user RPN stack, the alpha register, the status of the first 44 flags, the current SIZE and number of the first statistics register. The status file is read from standard input or the file specified by the command line parameter INPUTFILE and the values are displayed in human-readable form on standard output.

OPTIONS

-b

Display strings in stack registers as BLDSPEC values.

-f

Display strings in stack registers as RCLFLAG settings if appropriate.

-v

Display user flags verbosely, rather than as a binary number.

-r

Skip an existing LIF header of the input file. This is mandatory, if the input file is a LIF instead of a raw file.

-?

Print a message giving the program usage to standard error.

EXAMPLES

If disk1.dat is a LIF image file containing an HP41 status file called STAT then

lifutils lifget -r disk1.dat STAT | lifutils stat41

will display the contents of this status file on standard output

AUTHOR

stat41 was written by Tony Duell, ard@p850ug1.demon.co.uk and has been placed under the GNU Public License version 2.0