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.
Changing Code and Data
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     CodeView provides a number of commands for modifying code or data
     in memory. These commands change code temporarily: you can use the
     alterations for testing in CodeView, but you can't save them or
     permanently change the program. To make permanent changes, you
     must modify the source code and recompile.
 
     The following CodeView commands change code and data:
 
     Assemble (A)
     Enter Commands (E)
     Register (R)
     Fill Memory (F)
     Move Memory (M)
     Port Output (O)
                                    -♦-