Dec 062017
Copy from ROM/RAM to disk/IBM. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
MEMSTORE.COM | 2031 | 1233 | deflated |
MEMSTORE.DOC | 1990 | 677 | deflated |
Download File MEMSTORE.ZIP Here
Contents of the MEMSTORE.DOC file
; ;
;****************************************************************************;
; ;
; MEMSTORE ;
; ;
; John Pulliam Version 11/05/86 ;
; ;
; For Columbia Data Product Computers and Compatibles ;
; Released to Public Domain ;
; ;
;****************************************************************************;
This program writes the contents of a user-selected memory area to
a disk file. It must be used with the newer versions of operating system,
only.
This program is handy for making copies of Interrupt vector tables,
archival backup copies of ROMs, etc.
Allowable input commands are:
MEMSTORE
You will be prompted for the memory area to write to a disk file and
for the name of the output file.
For general information, some interesting memory usually begins at
approximately FC00:0000, FD00:0000 or FE00:0000, depending on the brand
of computer you have. Usually the size of the interesting memory ranges
from 8K to 16K, but might be something else.
The author bears no liability for any injuries, damages or losses that
are allegedly incurred by the use of this program. The only warrenty,
express or implied, is that the physical media containing this program and
provided by the author is free of any physical defects for a period not to
exceed one day or 1000 hours, whichever comes first.
;****************************************************************************;
; ;
; MEMSTORE ;
; ;
; John Pulliam Version 11/05/86 ;
; ;
; For Columbia Data Product Computers and Compatibles ;
; Released to Public Domain ;
; ;
;****************************************************************************;
This program writes the contents of a user-selected memory area to
a disk file. It must be used with the newer versions of operating system,
only.
This program is handy for making copies of Interrupt vector tables,
archival backup copies of ROMs, etc.
Allowable input commands are:
MEMSTORE
You will be prompted for the memory area to write to a disk file and
for the name of the output file.
For general information, some interesting memory usually begins at
approximately FC00:0000, FD00:0000 or FE00:0000, depending on the brand
of computer you have. Usually the size of the interesting memory ranges
from 8K to 16K, but might be something else.
The author bears no liability for any injuries, damages or losses that
are allegedly incurred by the use of this program. The only warrenty,
express or implied, is that the physical media containing this program and
provided by the author is free of any physical defects for a period not to
exceed one day or 1000 hours, whichever comes first.
December 6, 2017
Add comments