]> sigrok.org Git - libsigrokdecode.git/history - decoders/z80
Change PD options to be a tuple of dictionaries.
[libsigrokdecode.git] / decoders / z80 /
2014-03-02 Daniel Elstnerz80: Use methods directly as state values.
2014-02-28 Daniel Elstnerz80: Display not-taken conditional calls correctly.
2014-02-28 Daniel Elstnerz80: Fix display of read/modify/write instructions.
2014-02-28 Daniel Elstnerz80: Shorten annotation ID 'warning' to 'warn'.
2014-02-27 Daniel Elstnerz80: Output jump offsets relative to instruction start.
2014-02-27 Daniel Elstnerz80: Format hex numbers with leading zero if necessary.
2014-02-24 Daniel Elstnerz80: Use list comprehensions for bus probes.
2014-02-24 Daniel Elstnerz80: New decoder for disassembling Z80 CPU instructions.