Anyone have a suggestion for a good simple memory inspector? I want to confirm what Int13h and int19h contents are.
thanks in advance.
(I did see that PCDOC40 includes this function but it is not running very stably)
![]() |
![]() |
Anyone have a suggestion for a good simple memory inspector? I want to confirm what Int13h and int19h contents are.
thanks in advance.
(I did see that PCDOC40 includes this function but it is not running very stably)
What about debug?
PM me if you're looking for 3½" or 5¼" floppy disks. EMail “” For everything else, Take Another Step
I wouldn't wish DEBUG on my worst enemy.
A friendlier utility might be https://www.pcorner.com/list/UTILITY/DVECT.ZIP/INFO/ or https://www.pcorner.com/list/UTILITY/VECTOR.ZIP/INFO/ I remember there being a lot a similar utilities but I am having trouble finding them.
debug will do all you need tho..
Or write your own. Should be extremely simple.
PM me if you're looking for 3½" or 5¼" floppy disks. EMail “” For everything else, Take Another Step
I didn't know about debug. Thanks, I 'll try that first, as I want to be able to look at a range of memory. Basically I am debugging XUB on a machine that may use memory differently than XUB assumes. cheers
If the OP is debugging XUB, (s)he certainly understands assembly, no?
One thing that simple DOS DEBUG won't do is get you to reliably displaying memory inside of a DOS critical section. That's why I suggested writing your own. I also suspect that there are debuggers that run as TSRs and don't use DOS to display things. At least I have a couple.
Bookmarks