Version 3.8:
September 29/97 . Changes over version 3.7

Implemented DSE with indirect address
            ISG with indirect address
            DSE with stack parameter
            ISG with stack parameter
(I forgot implement above instructions three years ago !)


Extension for programs can be .PRG
Extension .PRO (prObject) is supported yet

Flag 22 checks digit entry
Flag 23 checks alpha entry

New syntax for alpha strings:
The strings can be delimited with quotes or double quotes
Strings beginning with caret supported yet

(Tip in version 3.7: If you need spaces at the end of a string and you
begin the string with ^ , use Alt 255 character for write spaces.)

Append can be  ->
The old syntax was  >-  (supported yet)

Alpha labels in GTO ,XEQ and LBL can be delimited with quotes or
double quotes

END now is equal to RTN (Before ended the program)

Flags 0,1,2,3,4 can be seen at the display when set.

Alternative syntax:
RUP implemented.   It is  equal to R^
ENTER implemented. It is equal to ENTER^

Exponents in programs implemented for little exponents.

MEM allows see memories. Use ESC key to exit  . Before the name of this
    command was VMM (View Memory)

FLG allows see flags. Use ESC key to exit. Before the name of this
    command was VFL (View flags)

STK activates/deactivates Y,Z and T display . Before the name of this
    command was VTK ( View stack ) 

Bug in local alpha labels corrected. (In version 3.7 when you are positioned,
by example, upon LBL A in a program and you are in USER mode , press A do not
find the LBL)
