home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / a196_2 < prev    next >
Encoding:
Text File  |  1999-04-27  |  1.4 KB  |  43 lines

  1. Title:            MC-MONITOR
  2. Author:            Steven Kramer
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Steven Kramer (kramer@ohm.phys.uva.nl)
  8. Date:            30/11/92
  9. Keywords:               Program assemblers ; Program disassemblers
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/a/a196
  17. Date mounted/updated:    18/12/92
  18. File names:        a196.arc
  19. Unarchived files:    14
  20. Unarchived size:    206 Kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the uuencoded file and extract using SparkPlug 2 (see the "tools_help"
  29. file in arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. Monitor allows you to disassemble/assemble/search/execute machine code
  35. programs.  Two modes are provided for a program, internal and external.
  36. In external mode the unpaged memory can be examined (e.g. RMA, ROM),
  37. in internal mode a file is loaded in a Wimp memory slot. Monitor allows
  38. you to open windows on this program containing either a hex-dump or the
  39. disassembled listing. The file can be edited by entering new instructions
  40. or typing new data. By setting the environment values a program can be
  41. 'soft' relocated, i.e. ADR instructions and relative STR/LDR's will be
  42. relocated. This also affects the assembler.
  43.