home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.1 KB | 54 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MemoryX
- .type
- OS Utility
- .short
- View the contents of any memory address
- .description
- This little program shows you the contents of any memory address in
- the system. It is useful for debugging etc (that's what I wrote it
- for).
-
- The program has a optional automatic refresh function that reads the
- selected memory address (and 256 bytes forward) 50 times a second and
- updates the display. The contents of the memory is shown in both HEX
- and ASCII.
- .version
- v0.5ß
- .date
- 1994.11.07
- .author
- Per-Olof Yliniemi
- .requirements
- Requires OS2.0+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Muoniovaara
- S-980 64 Muodoslompolo
- SWEDEN
- .docs
- MemoryX.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "MemoryX" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool MemoryX.doc TEXT
- endif
-
- if $choice EQ "2"
- MemoryX
- endif
- .aminet-dir
- dev/misc
-