Memory Image format Easybug
Jump to navigation
Jump to search
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
- GRAM Karte (Mechatronic, West-Germany)
- GRAM Kracker (Millers Graphics, USA)
- GRAM Simulator (TI Gebruikers Groep, Netherlands)
- Module Simulator (Texas Instruments)
- Memory Image E/A Module (Texas Instruments)
- RAM Module Handler (E.P. Rebel, Netherlands)
- DSR RAM Handler (E.P. Rebel, Netherlands)