home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / here / simbug / docs / sim_quick.doc < prev    next >
Text File  |  1995-02-27  |  2KB  |  50 lines

  1.  
  2.                          SIM - QUICK DOCUMENTATION
  3.                          -------------------------
  4.  
  5. This  is a very short description of the most important features of SIM and
  6. how  to  use  them.   It's intended for htose users who just want to have a
  7. glance at it to see if they can use it and don't want to read all the other
  8. documentations.   If  you want to know about more advanced features, you'll
  9. need to read the big documentation anyway.
  10.  
  11.  
  12. Basic monitor commands:
  13.  
  14.  
  15.        m (s)(e)        Displays a hexdump from (s) to (e)
  16.  
  17.        d (s)(e)        Disasembles memory from (s) to (e)
  18.  
  19.        r (r)(x)        Displays register or sets register (r) to value (x)
  20.  
  21.        z               Executes a trace step
  22.  
  23.        u               Executes a trace step but does not enter sub routines
  24.  
  25.        b (s)           Lists or sets/clears a breakpoint at address (s)
  26.  
  27.        e (s)           Edit memory at (s)
  28.  
  29.        n (s)           Assembly to memory at (s)
  30.  
  31.        x/X             Leaves SIM
  32.  
  33.  
  34. By pressing <ESC> a part of the display is used to display registers and
  35. one or two views containing a dump of the memory. Control of this 'window'
  36. is done with left or right Amiga shortcuts:
  37.  
  38.  
  39.        AMIGA+<m>       Chooses hexdump as output form of view
  40.  
  41.        AMIGA+<d>       Chooses disassembly as output form of view
  42.  
  43.        AMIGA+<b>       Sets a breakpoint at start address of view
  44.  
  45.        AMIGA+<z>       Trace step
  46.  
  47. To scroll in the view use AMIGA+<cursor> and AMIGA+SHIFT+<cursor>. F1 and F2
  48. can also used to trace.
  49.  
  50.