]> cloudbase.mooo.com Git - ddt180.git/blob - testdata/64180ops.180
lookup_branch_op minor opt
[ddt180.git] / testdata / 64180ops.180
1 ; 64180 additional opcodes, numerical order
2 ;
3 ;maclib 64180.mac
4 ;
5 nn equ 020h
6
7 in0 b,(nn)
8 out0 (nn),b
9 tst b
10 in0 c,(nn)
11 out0 (nn),c
12 tst c
13 in0 d,(nn)
14 out0 (nn),d
15 tst d
16 in0 e,(nn)
17 out0 (nn),e
18 tst e
19 in0 h,(nn)
20 out0 (nn),h
21 tst h
22 in0 l,(nn)
23 out0 (nn),l
24 tst l
25 tst (hl)
26 in0 a,(nn)
27 out0 (nn),a
28 tst a
29 mlt bc
30 mlt de
31 tst nn
32 mlt hl
33 tstio nn
34 slp
35 mlt sp
36 otim
37 otdm
38 otimr
39 otdmr
40 ;
41 end