Two simple decoders for Retro computing processors #335
electrickery
started this conversation in
Show and tell
Replies: 1 comment
-
|
Cool, I usually update the analyzers from Sigrok whenever I do a new release, I will include them :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I completed two Retro computing decoders, one for the MC6809 and one for the TMS7000.
These decoders are PRed at sigrokproject/libsigrokdecode#130, but I am not sure that is upstream from here. Should I PR them here too?
These decoders only add visualisations of address and data values, both read and write. No attempt to add disassembly. This is already very useful for debugging hardware and software as well as a help in annotating disassembled code.
Beta Was this translation helpful? Give feedback.
All reactions