You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: