Topic: System Memory Read Macro (1 of 1), Read 47 times
Conf: VEDIT User Applications
From: Peter Rejto
Date: Monday, August 16, 2004 10:33 PM

Hello,
I have written a macro for Vedit (DOS), which reads the systems memory. More specifically, it is a .mnu file which has several memory locations on the pr_mem.mnu file and clicking on a particular location displays the memory at that particular location. Prior to this I have to load the corresponding subroutines on the pr_mem.vdm macro.

I have tested it with Vedit (Dos) 6.12.1 and it seems to work fine. Incidentally, thanks to Ted for Vedit (DOS) 6.12.1, it is very nice! (It was well worth waiting for it.)
I have used it to get information on my Video Bios and hardware.

I understand that this information is also in the Windows Registry. I have also tried Christian's BiosInfo.vdm
, I believe this is the name, but that macro did not work for me.
I take that hardware issues are hardware specific.

I try to upload these two files.

-peter.