stat41

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR

NAME

stat41 - a filter to display a raw HP41 status file

SYNOPSIS

stat41 [-b] [-f] [-v] < Input file

stat41 -?

DESCRIPTION

stat41 is a filter which displays the information in an 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 and the values 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.

-?

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

lifget -r disk1.dat STAT | 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