summaryrefslogtreecommitdiff
path: root/decoder/test/z80/test.conf
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2015-06-28 17:16:17 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2015-06-28 17:17:18 +0200
commit59e6e40b031405c9954fb70421ba2bf9e3a9ca73 (patch)
tree05bdd41ac13e1c67c1b5a850430061728819c47b /decoder/test/z80/test.conf
parent3e4660dd0033855f4c905b55e903a96e91b005fb (diff)
downloadsigrok-test-59e6e40b031405c9954fb70421ba2bf9e3a9ca73.tar.gz
sigrok-test-59e6e40b031405c9954fb70421ba2bf9e3a9ca73.zip
z80: Add test for the Z80 disassembly decoder
Diffstat (limited to 'decoder/test/z80/test.conf')
-rw-r--r--decoder/test/z80/test.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/decoder/test/z80/test.conf b/decoder/test/z80/test.conf
new file mode 100644
index 0000000..f869dd6
--- /dev/null
+++ b/decoder/test/z80/test.conf
@@ -0,0 +1,9 @@
+test kc85_sync_disasm
+ protocol-decoder z80 channel m1=1 channel a0=6 channel a1=7 channel a2=8 channel a3=9 channel a4=10 channel a5=11 channel a6=12 channel a7=13 channel a8=14 channel a9=15 channel a10=16 channel a11=17 channel a12=18 channel a13=19 channel a14=20 channel a15=21 channel iorq=22 channel mreq=23 channel rd=24 channel wr=25 channel d0=26 channel d1=27 channel d2=28 channel d3=29 channel d4=30 channel d5=31 channel d6=32 channel d7=33
+ input z80/kc85/kc85-cpuclk.sr
+ output z80 annotation match kc85_sync_disasm.output
+
+test kc85_async_disasm
+ protocol-decoder z80 channel m1=1 channel a0=6 channel a1=7 channel a2=8 channel a3=9 channel a4=10 channel a5=11 channel a6=12 channel a7=13 channel a8=14 channel a9=15 channel a10=16 channel a11=17 channel a12=18 channel a13=19 channel a14=20 channel a15=21 channel iorq=22 channel mreq=23 channel rd=24 channel wr=25 channel d0=26 channel d1=27 channel d2=28 channel d3=29 channel d4=30 channel d5=31 channel d6=32 channel d7=33
+ input z80/kc85/kc85-20mhz.sr
+ output z80 annotation match kc85_async_disasm.output