Definitions:
Here
are some working definitions for the terms discussed. (In all honesty
though,
if you are not familiar with these terms, this utility is probably not
for you.)
What
is a Dump?
A dump
is a view of the contents in an area of computer memory.
What
is Hexadecimal?
Refers
to the base-16 number system, which consists of 16 unique symbols: the
numbers 0 to 9 and the letters A to F.
What
is ASCII?
Acronym
for the American Standard Code for Information
Interchange.
Pronounced ask-ee, ASCII is a code for representing English
characters
as numbers, with each letter assigned a number from 0 to 127.
What
is a Segment Offset?
Segment: A
variable-sized portion of data.
Offset: Refers
to a value added to a base address to produce a second address
This
program may be freely used and distributed.