hexrec
hexrec copied to clipboard
Library to handle hexadecimal record files
Using the `bytesparse` package, which replaces the `hexrec.blocks` module.
The templated _autosummary_ stuff is a mess. I'd rather generate some automatic stuff, then switch to manual page formatting, as soon as the API gets stable enough.
By default, `xxd` treats input files as-is, thus rendering a hexadecimal record file by its file content (plain text file) instead of its semantics (binary segmented memory data). Define a...
E.g. to get/set the header of a Motorola record file, get/set start address, etc...