PATCHHELP.HLB  —  DEPOSIT
 Use DEPOSIT to deposit new data into one or more consecutive locations.

 Depositing Data :
 __________ ____
 	The DEPOSIT  command  lets  you replace  the  contents  of  a
      location or of several consecutive locations in terms of the
      current  mode  settings.   The  DEPOSIT command  does  not
      request  verification of the current contents before replacing
      the contents with new data (that is,  this  command
      assumes that you know what you are doing).  In cases when you want
      to confirm that data will be overwritten, use the REPLACE command.

 Format:

      DEPOSIT location = new-contents [,...]

           Mode Qualifiers                 Defaults
           ____ __________                 ________

           /BYTE
           /WORD                           /LONG
           /LONG

           /OCTAL
           /DECIMAL                        /HEXADECIMAL
           /HEXADECIMAL

           /[NO]ASCII                      /NOASCII

 Prompts:

 	LOC> location
 	NEW> new-contents

1  –  Parameters

 location
      Specifies either (1) a single location whose contents are  to  be
      overwritten  or  (2)  the  starting  address  of  a  sequence  of
      locations whose contents are to be overwritten.

 new-contents
      Specifies  one  or  more  data  entries  to  be inserted.   Do  not
      enter  conflicting  data types with a single DEPOSIT command.
Close Help