CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-