Notes on F88

1.      Modified ?DEF.EXT to only append an extension from the word DEFEXT
        if there is a string in DEFEXT, else doesn't append an extension.
        4/6/88 10:47 AM

2.      Noticed a bug in SED, prints DONE when finished with a PASTE,
        on the second line, shouldn't do that. 4/6/88 10:47
        Fixxed in PRINTING.SEQ 4/6/88 11:19 AM

3.      Removed the public domain notice from the SED exit message.  This
        is not to imply that SED is not public domain, it was simply a
        distraction, and was not needed. 4/6/88 11:41

4.      Added paste date and time with "Alt-O P". The paste is always done
        in insert mode, to avoid accidental overwrite of existing text.
        04/06/88 13:27

5.      Re-arranged the SED prompt a bit, to make it clearer. also noted a
        bug in the WFL window pop up, it was leaving an extra item on the
        stack when you enter it.  Found an old leftover from some earlier
        code still around, got rid of the culprit.  04/06/88 17:23 tjz

6.      Modified FSAVE, and added TURNKEY to F88. TURNKEY will now
        automatically save a system without heads, and with a minimized
        LIST space. Use TURNKEY as you would FSAVE, followed by a name,
        but first setup BOOT or DEFAULT to perform your application, and
        then leave back to DOS.

7.      F88 are now setup to allow you to reduce the #CODESEGS to
        less than 4096 (=64k), and save some of the code space that is not
        needed.  The editor "Z" for example created from XF only requires
        about 220k to run, down from 400k for XF the development system.
        Yes I know its still large, but that is without removing any of
        the utilities in the system, much more could be saved by stripping
        down the system

8.      Moved inline " (quoted) strings back into the CODE space, for
        program compatibility. Have added "" (double quote) which will put
        an inline string into COLON space. Don't worry, the string is
        moved to CODE space before its address is returned to you.

8a.     Found a bug in the decompiler, it seems I didn't change the
        decompiler to match the change I just made in 8 above, so the
        system would crach when it ran into a " (quoted) string.

9.      Fixed FSAVE, there was not enough stack space being allocated
        in the .EXE file for load time. Was allocating 32 bytes, I have
        increased that to 256 bytes. The end of the CODE area was getting
        over written by the stack at boot time.
