Provide file format I: Intel HEX with comments that ignores checksum errors

The new file type I is essentially Intel HEX that, on download, inserts
comments next to data records with the resolved effective address and an
ASCII dump of that same record. On upload the `I` format is permissive
with respect to check sum errors, eg, after manipulated an Intel HEX file
for debugging.
This commit is contained in:
Stefan Rueger
2022-07-16 23:40:36 +01:00
parent c81f52ff10
commit 79921e52dc
5 changed files with 50 additions and 19 deletions

View File

@@ -822,7 +822,8 @@ typedef enum {
FMT_DEC,
FMT_OCT,
FMT_BIN,
FMT_ELF
FMT_ELF,
FMT_IHXC,
} FILEFMT;
struct fioparms {