CodeView (cv.hlp) (Table of Contents; Topic list)
Enter Commands (Summary)
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command: Enter Commands (E)
 
     Syntax:  Etype address [list]
 
     Summary: Enters data into memory.
 
     Arguments:
 
     <type>      A letter indicating the type of data to be entered:
 
                 Letter     Type
 
                 (none)     Default; last type entered in an Enter (E),
                            Dump (D), or View Memory (VM) command
                            (bytes by default)
                 A          ASCII
                 B          Bytes
                 W          Words
                 D          Doublewords
                 I          Integers
                 U          Unsigned integers
                 S          Short reals
                 L          Long reals
                 T          10-byte reals
 
     <address>   Indicates where the data will be entered. If no
                 segment is given in the address, the data segment
                 (DS) is assumed.
 
     <list>      One or more expressions, separated by spaces, that
                 evaluate to data of the size specified by <type>. This
                 data is entered in memory at <address>. If <list> is
                 not given, CodeView prompts for new values.
 
     See: Enter Values
          Addresses
          Dump Command-Window Command
          Breakpoint Set (BP) Command-Window Command
                                    -♦-