Memory Image format Easybug

From Ninerpedia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The memory dump format is a headered ROM dump format from the memory chips from the CPU address space, used for loading program files using Easybug, Texas Instruments

The contents of these files are taken from the CPU address space, so there must be meta-data about the origin of the data. In fact, these files are commonly 8196 bytes long, that is, 4 bytes for header information plus the common size of a ROM (8K).

0 1 2 3 4 5 6 7
0x00 Address Length Data
0x08 Data
...
end

Address

Memory address in the CPU address space.

Length

This word specifies the length of data. File size should be the sum of the header size (4 bytes) plus the length of data. If the file is larger, only the given length of data is used.

Other Headered Dump File Formats