home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / memoryx / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.1 KB  |  54 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MemoryX
  6. .type
  7. OS Utility
  8. .short
  9. View the contents of any memory address
  10. .description
  11. This little program shows you the contents of any memory address in
  12. the system. It is useful for debugging etc (that's what I wrote it
  13. for).
  14.  
  15. The program has a optional automatic refresh function that reads the
  16. selected memory address (and 256 bytes forward) 50 times a second and
  17. updates the display. The contents of the memory is shown in both HEX
  18. and ASCII.
  19. .version
  20. v0.5ß
  21. .date
  22. 1994.11.07
  23. .author
  24. Per-Olof Yliniemi
  25. .requirements
  26. Requires OS2.0+
  27. .distribution
  28. Copyrighted but Freely Redistributable
  29. .address
  30. Muoniovaara
  31. S-980 64 Muodoslompolo
  32. SWEDEN
  33. .docs
  34. MemoryX.doc
  35. .described-by
  36. Dan Fish (daf@starfish.amigalib.com)
  37. .submittal
  38. Downloaded via ftp from wuarchive.wustl.edu.
  39. .execute
  40. set choice `RequestChoice "MemoryX" "Please select an option" "View Doc" "Run Program" "Cancel"`
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool MemoryX.doc TEXT
  47. endif
  48.  
  49. if $choice EQ "2"
  50.   MemoryX
  51. endif
  52. .aminet-dir
  53. dev/misc
  54.