Skip to content

Version of Intel Hex files #2

@spoogle

Description

@spoogle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions