-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I generated an intel hex file using the as09 assembler, but could not read it correctly using the l command in sim6809. The parser seems
to expect a one byte checksum character after the initial : on each line of the hex file, but that's not what as09 produces.
I modified the hex file parser in motorola.c to parse the format documented in https://en.wikipedia.org/wiki/Intel_HEX#Record_structure and now it works. I'm happy to make a pull request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels