This program shows all reseverved words can be used in user mode
to locate one local alpha label.

In the original HP41 only exist the following alpha labels:
LBL A , B , C, D , E , F , G, H , I , J
and LBL a , b , c, d , e.

Press for example the key A go to the local alpha label A if USER
mode is active.

In SIM41.EXE I implemented shortcuts for all keys.

To activate the program press [XEQ]CODEKEYS and the PC keyboard
Enter key.

Now, If you press any key, the relative key position is returned in
the X register.

If you press [Shift][key]   (Remember that shift in SIMUL41 is the
space PC keyboard ) one dash + the relative position of the key is
returned to the calculator display.

Before execute the program it is necessary clear all assigned keys
because one assigned function or program takes precedence over the
local alpha label.

For this cause the program inits with the command CLASN (Clear
all assigned keys)
