Jan 142018
Memory mapper, like Mapmem, but includes full ASM source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
M.ASM | 9585 | 2387 | deflated |
M.COM | 598 | 512 | deflated |
M.DOC | 991 | 555 | deflated |
Download File M.ZIP Here
Contents of the M.DOC file
Date: Sunday, 1 January 1989 13:22-MST
From:
To: [email protected]
Re: M.ASM - Display memory-resident DOS program(s) including TSRs
M.ASM is a MASM 4.0 utility to display DOS memory resident programs,
including TSRs (terminate and stay resident programs). The display
format is similar to MAPMEM.COM, and my reason for writing it was
self-education (I wanted to see how MAPMEM.COM worked, and the sources
for MAPMEM.COM were unavailable and written in a hi-level language, so
that I could not disassemble them. BOO-HISS).
The major restriction on M.ASM is that "hooked" vectors are not
displayed. I did not feel the need to implement this when writing
M.ASM A display of "hooked" vectors should be easy to add, and would
make the program far more useful when examining TSR's
Ya'akov N. Miles,
From:
To: [email protected]
Re: M.ASM - Display memory-resident DOS program(s) including TSRs
M.ASM is a MASM 4.0 utility to display DOS memory resident programs,
including TSRs (terminate and stay resident programs). The display
format is similar to MAPMEM.COM, and my reason for writing it was
self-education (I wanted to see how MAPMEM.COM worked, and the sources
for MAPMEM.COM were unavailable and written in a hi-level language, so
that I could not disassemble them. BOO-HISS).
The major restriction on M.ASM is that "hooked" vectors are not
displayed. I did not feel the need to implement this when writing
M.ASM A display of "hooked" vectors should be easy to add, and would
make the program far more useful when examining TSR's
Ya'akov N. Miles,
January 14, 2018
Add comments