lexcat71 - a filter to display information about HP71 LEX files
lexcat71 < Input file > Output file
lexcat71 -?
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
The LEX file format is documented in the HP-71 IDS Volume 1, chapter 6.
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
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