index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
z80
Age
Commit message (
Expand
)
Author
2017-01-18
z80: Convert to PD API version 3 (brute force)
Gerhard Sittig
2016-05-15
Use consistent __init__() format across all PDs.
Uwe Hermann
2014-04-15
All PDs: Bump api_version to 2.
Uwe Hermann
2014-04-13
Rename 'probe' to 'channel' everywhere.
Uwe Hermann
2014-04-13
z80: Fix incorrect license field.
Uwe Hermann
2014-03-10
Probes, optional probes and annotations now take a tuple.
Bert Vermeulen
2014-03-10
Remove unused probes and options
Bert Vermeulen
2014-03-02
z80: Use methods directly as state values.
Daniel Elstner
2014-02-28
z80: Display not-taken conditional calls correctly.
Daniel Elstner
2014-02-28
z80: Fix display of read/modify/write instructions.
Daniel Elstner
2014-02-28
z80: Shorten annotation ID 'warning' to 'warn'.
Daniel Elstner
2014-02-27
z80: Output jump offsets relative to instruction start.
Daniel Elstner
2014-02-27
z80: Format hex numbers with leading zero if necessary.
Daniel Elstner
2014-02-24
z80: Use list comprehensions for bus probes.
Daniel Elstner
2014-02-24
z80: New decoder for disassembling Z80 CPU instructions.
Daniel Elstner