]> sigrok.org Git - libsigrokdecode.git/history - decoders/z80
x2444m: Make each command an extra annotation class.
[libsigrokdecode.git] / decoders / z80 /
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-21 Gerhard Sittigdecoders: Rephrase condition-less .wait() calls (self...
2017-01-18 Gerhard Sittigz80: Convert to PD API version 3 (brute force)
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-04-13 Uwe Hermannz80: Fix incorrect license field.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
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.