VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Tried memdump A000:0000 393216
It gives me all zeros back
Thanks
Jack

Reply 1 of 5, by VileR

User metadata
Rank l33t
Rank
l33t

Size should be in hex (so 60000 instead of 393216). The first 64 kb _will_ be all zero if a VGA graphics page is not in use.

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 2 of 5, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Thanks, I got it right now...
BTW, how do you get the ASCII representation of the byte code next to the binary code? like debug in DOS

Reply 3 of 5, by VileR

User metadata
Rank l33t
Rank
l33t

memdump should already do that (memdumpbin outputs the pure binary code without the columnized ASCII).

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 4 of 5, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie
A000:0000   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
A000:0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:00A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:00B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A000:00C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

I don't have it. Why?
Thanks
Jack

Reply 5 of 5, by VileR

User metadata
Rank l33t
Rank
l33t

Right, my memory was off there I guess. Just do a memdumpbin and load the result in your favorite hex editor (more useful than having it in the .txt, anyway).

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]