Intel 8085 instruction groups ROM

In my layers drawing instruction groups ROM occupies rectangle from 3887,1925 to 5262,3073. In the table below the content of the ROM is shown. Every 1 means a FET which can pull each line down. The table is in the same sequence as it is in the real chip.
The only difference is that inputs come from the right side and all inputs are passed via /INS_LOAD signal to ensure that there are synchronized with timing signals. The INS_LOAD signal is high at PHI1 of state T3 so instruction changes (from the PLA's point of view) at PHI2 of state T3.
There are 46 inputs to the table from instruction decode ROM. Basically this ROM is the first part of AND plane of 8085's PLA. It groups instructions before they go up into ALU timing ROM or down into register timing ROM (both timing ROMs are the second part of the AND plane). As the output of this rom is obviously negated (it's a big NOR field) it's convenient to use it as another input to timing ROMs.
This ROM says just for which instructions should someting happen. Output goes to two timing ROMs (ALU timing ROM and register timing ROM) which say when in should happen (i.e. M1 cycle T2 state) and the results are sent to another two ROMs which are OR planes of this PLA and these ROMs say what should happen. These two last ROMs are ALU control ROM and register control ROM.
Each group in the table below has its code (01 to 51). You can see the instructions in each code as a tool tip to its name or in the table at the bottom.


   01  02  03   04  05  06  07  08  09  10  11   12  13  14  15  16  17  18  19   20  21  22  23  24  25  26  27   28  29  30  31  32  33  34  35   36  37  38  39  40  41  42  43   44  45  46  47  48  49  50  51 
ALU nonM2 000 00100000 00000000 01010000 00000000 10100000 00100010
ALU imm 000 00000000 00000000 00010000 00000000 10100000 10100000
RIM, SIM 000 00000000 01000010 01000000 00000000 00000000 00000000
ALU M 000 00000000 00010000 00010000 00000000 10100000 00100000
RST x 000 00000000 00000001 00000000 00100010 00000000 01010000
DAA, CMA, STC, CMC 000 00100000 00000010 01000000 01000000 00000000 00000010
RSTV 010 00000000 00000001 00000000 00100010 00000000 00010000
STA 000 00000000 10000000 00000100 00000000 00000001 10000000
LDA 000 01000000 00000010 00000100 00000000 00000001 10000000
SHLX 000 00000000 00000000 00000000 00010100 00010000 00000000
LHLX 000 00000000 00000000 00000010 10010000 00000000 00000000
SHLD 000 00000000 00000000 00000100 00000100 00010001 10000000
LHLD 000 01000000 00100000 00000111 00000100 00000001 10000000
MVI nonM1 000 00000000 00000000 00000000 10000000 00001000 10000000
IN 000 01000100 00000010 00000100 00000000 00000001 10000000
MVI M 000 00000010 00000100 00000000 00000000 00000001 10000000
OUT 000 00000100 10000000 00000100 00000000 00000001 10000000
RET 000 00001000 00000000 00000100 00000000 00000000 01000000
Rcc 010 00001000 00000000 00000100 00000010 00000000 00000000
DAD 100 10000000 00000000 00110010 00000101 00000001 10000001
DSUB 000 10000000 00001000 00010010 00000101 10000001 10000001
RDEL 000 10000001 00000000 00110010 00000001 00000001 10000000
LDHI, LDSI 100 10000001 00000000 00000010 00000000 00000001 10000000
ARHL 001 00000000 00000000 00011000 00000001 00000000 10000000
RLC, RRC, RAL, RAR 000 00100000 00000010 01110000 00000000 00100000 00000110
PUSH 000 00000000 00000001 10000000 00000010 00000000 00010000
POP 000 00001000 00000000 00000000 10000000 00001000 00000000
SPHL 000 00000000 00010000 00000000 00000000 00000000 00001000
Jcc 010 00000000 00000000 00000100 00000000 00000001 10000000
JMP 000 00000000 00000000 00000100 00000000 00000001 11000000
JNK, JK 010 00000000 00000000 00000100 00000000 00000001 10000000
PCHL 000 00000000 00010000 00000000 00001000 00000000 00000000
Ccc 010 00000000 00100001 00000000 00000000 00000011 00010000
CALL 000 00000000 00100001 00000000 00000000 00000011 01010000
XTHL 000 00001000 00100001 01001000 00000100 00000000 00010000
INX 100 00000000 00000000 00000000 00000000 01000000 00000000
DCX 100 00000000 00000000 00000000 00000000 01000000 00010000
INR nonM1, DCR nonM1 000 00110000 00000000 01000000 10000000 10001000 00000000
INR M, DCR M 000 00010010 00010100 00000000 00000000 10000000 00000000
STAX 000 00000000 10000000 00000000 00000000 01000000 00000000
LDAX 000 00000000 00000010 00000000 00000000 01000000 00000000
LXI 100 00000000 00000000 00000010 10000000 00000001 10000000
MOV M,nonM2 000 00000000 00010000 10000000 00000000 00000000 00000010
MOV nonM1,M 000 00000000 00010000 00000000 10000000 00001000 00000000
MOV nonM1,nonM2 000 00100000 00000000 01000000 10000000 00001000 00000010
XCHG 000 00000000 00000000 00000000 00000000 00000100 00000000


GroupInstructions
01  DAD, LDHI, LDSI, INX, DCX, LXI  
02  RSTV, Rcc, Jcc, JNK, JK, Ccc  
03  ARHL  
04  DAD, DSUB, RDEL, LDHI, LDSI  
05  LDA, LHLD, IN  
06  ALU nonM2, DAA, CMA, STC, CMC, RLC, RRC, RAL, RAR, INR nonM1, DCR nonM1, MOV nonM1,nonM2  
07  INR nonM1, DCR nonM1, INR M, DCR M  
08  RET, Rcc, POP, XTHL  
09  IN, OUT  
10  MVI M, INR M, DCR M  
11  RDEL, LDHI, LDSI  
12  STA, OUT, STAX  
13  RIM, SIM  
14  LHLD, Ccc, CALL, XTHL  
15  ALU M, SPHL, PCHL, INR M, DCR M, MOV M,nonM2, MOV nonM1,M  
16  DSUB  
17  MVI M, INR M, DCR M  
18  RIM, SIM, DAA, CMA, STC, CMC, LDA, IN, RLC, RRC, RAL, RAR, LDAX  
19  RST, RSTV, PUSH, Ccc, CALL, XTHL  
20  PUSH, MOV M,nonM2  
21  ALU nonM2, RIM, SIM, DAA, CMA, STC, CMC, RLC, RRC, RAL, RAR, XTHL, INR nonM1, DCR nonM1, MOV nonM1,nonM2  
22  DAD, RDEL, RLC, RRC, RAL, RAR  
23  ALU nonM2, ALU imm, ALU M, DAD, DSUB, RDEL, ARHL, RLC, RRC, RAL, RAR  
24  ARHL, XTHL  
25  STA, LDA, SHLD, LHLD, IN, OUT, RET, Rcc, Jcc, JMP, JNK, JK  
26  LHLX, LHLD, DAD, DSUB, RDEL, LDHI, LDSI, LXI  
27  LHLD  
28  LHLX, MVI nonM1, POP, INR nonM1, DCR nonM1, LXI, MOV nonM1,M, MOV nonM1,nonM2  
29  DAA, CMA, STC, CMC  
30  RST, RSTV  
31  SHLX, LHLX  
32  PCHL  
33  SHLX, SHLD, LHLD, DAD, DSUB, XTHL  
34  RST, RSTV, Rcc, PUSH  
35  DAD, DSUB, RDEL, ARHL  
36  ALU nonM2, ALU imm, ALU M, DSUB, INR nonM1, DCR nonM1, INR M, DCR M  
37  INX, DCX, STAX, LDAX  
38  ALU nonM2, ALU imm, ALU M, RLC, RRC, RAL, RAR  
39  SHLX, SHLD  
40  MVI nonM1, POP, INR nonM1, DCR nonM1, MOV nonM1,M, MOV nonM1,nonM2  
41  XCHG  
42  Ccc, CALL  
43  STA, LDA, SHLD, LHLD, IN, MVI M, OUT, DAD, DSUB, RDEL, LDHI, LDSI, Jcc, JMP, JNK, JK, Ccc, CALL, LXI  
44  ALU imm, STA, LDA, SHLD, LHLD, MVI nonM1, IN, MVI M, OUT, DAD, DSUB, RDEL, LDHI, LDSI, ARHL, Jcc, JMP, JNK, JK, LXI  
45  RST, RET, JMP, CALL  
46  ALU nonM2, ALU imm, ALU M  
47  RST, RSTV, PUSH, Ccc, CALL, XTHL, DCX  
48  SPHL  
49  RLC, RRC, RAL, RAR  
50  ALU nonM2, DAA, CMA, STC, CMC, RLC, RRC, RAL, RAR, MOV M,nonM2, MOV nonM1,nonM2  
51  DAD, DSUB