Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: Add more prom programming formats. #1

Open
dj-on-github opened this issue Jul 11, 2016 · 0 comments
Open

TODO: Add more prom programming formats. #1

dj-on-github opened this issue Jul 11, 2016 · 0 comments

Comments

@dj-on-github
Copy link
Owner

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant