Skip to content

TODO: Add more prom programming formats. #1

@dj-on-github

Description

@dj-on-github

The code currently support the intelhex format, which is possibly the least nice format of the usual suspects.

Let's add some more output formats.
Straight Ascii Hex
Straight Binary
Motorola S records

Also it would be nice to add support to write to a file. E.G.
asm6502.prom_output(self, format="intelhex", filename=None)
Set filename to have it write to a file and set format to one of "intelhex", "srecords","binary" or "hex".

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions