lexcat75

NAME
SYNOPSIS
DESCRIPTION
REFERENCES
EXAMPLES
AUTHOR

NAME

lexcat75 - a filter to display information about HP75 LEX files

SYNOPSIS

lexcat75 < Input file > Output file

lexcat75 -?

DESCRIPTION

lexcat75 is a filter which reads a HP-75 raw lex file from standard input and displays the following information on standard output:

-

LEX file id

-

list of keywords with their attributes and parameter types

-

code attributes

Note: the lex file header must not be present

REFERENCES

The LEX file format is documented in the HP-75 Description and Entry Points Documentation pp 156

EXAMPLES

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

cat mem.lex | lexcat75

will display information about the LEX file mem.lex

AUTHOR

lexcat75 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