lexcat71

NAME
SYNOPSIS
DESCRIPTION
REFERENCES
EXAMPLES
AUTHOR

NAME

lexcat71 - a filter to display information about HP71 LEX files

SYNOPSIS

lexcat71 < Input file > Output file

lexcat71 -?

DESCRIPTION

lexcat71 is a filter which reads a HP-71 raw lex file from standard input and displays the following information on standard output:
LEX file id
for each of existing lex tables:

-

lowest token ID

-

highest token ID

-

existence of speed table

-

existence of message table

-

existence of poll handler

-

list of keywords with token number and characterization nibble

Note: the lex file header must not be present

REFERENCES

The LEX file format is documented in the HP-71 IDS Volume 1, chapter 6.

EXAMPLES

If mem.lex is a raw file containing an HP71 lex file, then

cat mem.lex | lexcat71

will display information about the LEX file mem.lex

AUTHOR

lexcat71 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