summaryrefslogtreecommitdiff
path: root/testdata/64180ops.180
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/64180ops.180')
-rw-r--r--testdata/64180ops.18041
1 files changed, 41 insertions, 0 deletions
diff --git a/testdata/64180ops.180 b/testdata/64180ops.180
new file mode 100644
index 0000000..1c8d624
--- /dev/null
+++ b/testdata/64180ops.180
@@ -0,0 +1,41 @@
+; 64180 additional opcodes, numerical order
+;
+;maclib 64180.mac
+;
+nn equ 020h
+
+ in0 b,(nn)
+ out0 (nn),b
+ tst b
+ in0 c,(nn)
+ out0 (nn),c
+ tst c
+ in0 d,(nn)
+ out0 (nn),d
+ tst d
+ in0 e,(nn)
+ out0 (nn),e
+ tst e
+ in0 h,(nn)
+ out0 (nn),h
+ tst h
+ in0 l,(nn)
+ out0 (nn),l
+ tst l
+ tst (hl)
+ in0 a,(nn)
+ out0 (nn),a
+ tst a
+ mlt bc
+ mlt de
+ tst nn
+ mlt hl
+ tstio nn
+ slp
+ mlt sp
+ otim
+ otdm
+ otimr
+ otdmr
+;
+ end