" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                E (Enter) - Data transfer to the memory

Format: E [segment:][address]

     After initiating this command the address is displayed where the data
will be transferred, together with the byte residing at this address.  The
data are transferred as hex bytes, or as words or symbol strings streaks in
single quotation marks. For example:

        -E 9B78:0
        9B78:0000 12 : 10
        9B78:0001 FF : aaf6
        9B78:0003 00 : 'text'
        9B78:0007

     By default, the data are sent to the address next to the last from the
previous use of 'F' or 'E' commands.

     To quit, enter an empty line.