06eab4ac11
- Uniformly parse D2/D21/D23 dump types. - Add dump2bin to parse/convert a dump into metadata and binary. - Move the parsing into it's own module in order to be shared.
5 lines
86 B
Python
5 lines
86 B
Python
SRAM_START = 0x200
|
|
SRAM_SIZE = 0x2000
|
|
SRAM_OFFSET = 0x800000
|
|
EEPROM_OFFSET = 0x810000
|