
  Help for !Memory+ (2.0)

   !Memory+ shows a section of memory, in either pure ASCII form
  or the usual mixed ASCII+HEX form.

   Double-click !Memory+ to load the App onto the IconBar and
  then click on the iconbar icon to open the !Memory+ window.

   Both the 'Start Address' (in Hex) and the 'Display size' (in KB)
  can be chosen by the user.

   The default 'Start Address' is &00008F00 - which is where BASIC
  files are normally loaded. Whenever you use 'Memory+' then this
  address will always contain the contents of 'Memory+' itself.

   The Display-size is chosen in KiloBytes (1KB to 32KB Maximum)
  and the default is 16 KB.

   The 'C' icon clears the 'Start Address' icon to just '&' - ready
  for the user to supply his/her own 'Start Address' (in Hex).
  (If nothing is entered then it will default to &00008F00.)
  If an invalid 'Start Address' is entered then it will be reported.
  

   The 'Reset' icon resets the program to its initial state.

   Press the 'GO' icon when ready.

   The memory contents (starting at the given 'Start Address') will
  be displayed in your Text editor (e.g !Edit) so that you can easily
  examine it, 'Save' it, do searches on it etc.

   The '- Change Start Address +' icon has Down/Up icons which will
  incrementally decrease/increase the 'Start Address' by the value
  shown in the 'Display size' icon. (Note: if you go too far using
  these you may stray into 'No-Go' invalid memory areas.)

   
   There are 2 more ways to use !Memory+ :-

   (1)  Just drop a file onto either the Memory+ window or iconbar
       icon. The contents of the whole file will be displayed in 
       either ASCII or Hex+ASCII form as above. Both the file-length 
       and the filetype will be shown.
       Note that the Down/Up icons are now not required.

        A start address of &00000000 will be used (temporarily) for
       all files - except BASIC files, where a start address of the
       usual &00008F00 will be used (temporarily).

       Note: The following types of file - 'Dirs/Apps', 'Untyped',
             'Empty' and 'Machine Code' files are excluded.
             


    (2)  The 'Modules RMA' icon opens a window which lists all the
        Modules currently in the RMA. Each icon in the list gives
        the (Base) Address, Version number and Name of the Module.
        Use the Mouse <Select> key to highlight/select a particular
        Module (and use Mouse <Adjust> to clear/de-select it).

         When ready click Mouse <Menu> to confirm your selection.

        This will close the 'RMA Modules List' window and then the
        contents of the Module will be displayed as above, as well
        as some basic info such as the Base and End addresses of
        the Module and also its' Size.
        Note: if the 'Start address' is changed and ends-up outside
              the Modules' limits then the above extra info will
              not be shown.


     Clicking <Menu> on the iconbar-icon shows the usual Info, Help
     and Quit options.


    Copyright:  Richard Swetman