Difference between revisions of "Protocol decoder:Z80"

From sigrok
Jump to navigation Jump to search
(Create initial Z80 decoder page)
 
(Limit image width to 250px)
Line 6: Line 6:
| license        = GPLv2+
| license        = GPLv2+
| source_code_dir = z80
| source_code_dir = z80
| image          = [[File:Z80 decoder example.png]]
| image          = [[File:Z80 decoder example.png|250px]]
| input          = logic
| input          = logic
| output          = z80
| output          = z80

Revision as of 01:01, 1 March 2014

z80
Z80 decoder example.png
Name Z80
Description Zilog Z80 microprocessor disassembly
Status supported
License GPLv2+
Source code decoders/z80
Input logic
Output z80
Probes D0–D7, /M1, /RD, /WR
Optional probes /MREQ, /IORQ, A0–A15

The z80 protocol decoder disassembles the instruction stream of a Zilog Z80 microprocessor.

Hardware

KC 85/4

The z80/kc85 directory in sigrok-dumps contains a set of example bus captures of the Z80-based KC 85/4 computer.

The logic analyzer used was a Sysclk LWLA1034.

Protocol

The data bus lines plus the control signals /M1, /RD and /WR are sufficient to display full disassembly. Optionally, the address bus lines and the control signals /MREQ and /IORQ may also be provided.

Resources